Skip to content

Commit f19d77e

Browse files
committed
Build the rustc_tests binary on travis
1 parent 79f38bf commit f19d77e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ script:
2727
- |
2828
# and run all tests with full mir
2929
MIRI_SYSROOT=~/.xargo/HOST cargo test
30+
- |
31+
# test that the rustc_tests binary compiles
32+
cd rustc_tests &&
33+
cargo build &&
34+
cd ..
3035
notifications:
3136
email:
3237
on_success: never

0 commit comments

Comments
 (0)