We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8eb725 commit e58c6e2Copy full SHA for e58c6e2
.travis.yml
@@ -16,7 +16,7 @@ script:
16
# -D warnings denies all warnings so that we always know when some code
17
# introduces new ones
18
# We use --no-run because if we kept it as part of the next command it would run twice when it fails
19
- - RUSTFLAGS="-D warnings" cargo test --verbose --no-run
+ - RUSTFLAGS="-D warnings" cargo test --verbose --features "test" --all --no-run
20
# Retry with fewer cores if the initial `cargo test` fails to work around possible OOM errors
21
# for more details see https://github.com/rust-lang/cargo/issues/4415
22
# Source: https://github.com/ipetkov/conch-runtime/commit/3e6afc5f45791e7793b968712c1ed8ddbe0758fb
0 commit comments