Add rust-sanity test

This commit is contained in:
Tom Stellard 2019-07-11 15:19:10 +00:00 committed by tstellar
parent 15784b25a9
commit a0a7bdc94a
1 changed files with 5 additions and 0 deletions

View File

@ -5,7 +5,12 @@
- classic
required_packages:
- llvm-test
- rust
- cargo
tests:
- regression-tests:
dir: ./
run: /usr/libexec/tests/llvm/run-lit-tests --threads 1
- rust-sanity:
dir: ./
run: cargo new hello && cd hello && cargo run