Skip to content

Commit

Permalink
test: Mark config deserialization tests as impure
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Dec 9, 2024
1 parent 3f538bf commit 70ccab5
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 @@ -64,6 +64,7 @@ mod tests {
}

#[test]
#[cfg_attr(feature = "pure_tests", ignore)]
fn deserialize_example_config() {
let args = Args::parse_from([
"github-backup",
Expand Down

0 comments on commit 70ccab5

Please sign in to comment.