Skip to content

Commit 610ade3

Browse files
committed
avoid recompiling miri for 2nd test run; avoid unreadable output due to backtraces
1 parent 9472a48 commit 610ade3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ script:
2626
- |
2727
# Test and install plain miri
2828
cargo build --release --all-features &&
29-
RUST_BACKTRACE=1 cargo test --release --all-features --all &&
29+
cargo test --release --all-features &&
3030
cargo install --all-features --force
3131
- |
3232
# test that the rustc_tests binary compiles
@@ -55,7 +55,7 @@ script:
5555
cd ..
5656
- |
5757
# and run all tests with full mir
58-
cargo test --release
58+
cargo test --release --all-features
5959
notifications:
6060
email:
6161
on_success: never

0 commit comments

Comments
 (0)