Skip to content

Commit e58c6e2

Browse files
committed
Added the --features test argument that was missed previously but now caught by the newly introduced compile_error usage
1 parent c8eb725 commit e58c6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ script:
1616
# -D warnings denies all warnings so that we always know when some code
1717
# introduces new ones
1818
# 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
19+
- RUSTFLAGS="-D warnings" cargo test --verbose --features "test" --all --no-run
2020
# Retry with fewer cores if the initial `cargo test` fails to work around possible OOM errors
2121
# for more details see https://github.com/rust-lang/cargo/issues/4415
2222
# Source: https://github.com/ipetkov/conch-runtime/commit/3e6afc5f45791e7793b968712c1ed8ddbe0758fb

0 commit comments

Comments
 (0)