Skip to content

Commit

Permalink
Docker should be the default for integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGariepy committed Feb 8, 2023
1 parent 1b6f01c commit eea13d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_integration/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ mod test {
assert!(test(crate::Args {
apply_errors: false,
apply_codegen: false,
podman: true
podman: false
}))
}
}

0 comments on commit eea13d8

Please sign in to comment.