Skip to content

Commit

Permalink
more config tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Sep 5, 2024
1 parent 7be3c92 commit 531c5fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ fn do_load() -> Option<Config> {
}

#[derive(serde::Serialize, serde::Deserialize, Default)]
#[serde(rename_all = "kebab-case")]
pub struct Config {
/// Packages that shouldn't automatically be included in test runs
pub ignore_test_packages: Vec<String>,
Expand Down

0 comments on commit 531c5fe

Please sign in to comment.