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 91d9b83 commit 24e45deCopy full SHA for 24e45de
.travis.yml
@@ -16,9 +16,9 @@ script:
16
xargo/build.sh
17
- |
18
# Test plain miri
19
- cargo build --locked --release --features "cargo_miri" &&
20
- cargo test --release --all &&
21
- cargo install --features "cargo_miri"
+ cargo build --locked --release --all-features &&
+ cargo test --locked --release --all-features --all &&
+ cargo install --locked --release --all-features
22
23
# Test cargo miri
24
cd cargo-miri-test &&
@@ -27,7 +27,7 @@ script:
27
cd ..
28
29
# and run all tests with full mir
30
- MIRI_SYSROOT=~/.xargo/HOST cargo test --release
+ MIRI_SYSROOT=~/.xargo/HOST cargo test --locked --release
31
32
# test that the rustc_tests binary compiles
33
cd rustc_tests &&
0 commit comments