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 - classic
required_packages: required_packages:
- llvm-test - llvm-test
- rust
- cargo
tests: tests:
- regression-tests: - regression-tests:
dir: ./ dir: ./
run: /usr/libexec/tests/llvm/run-lit-tests --threads 1 run: /usr/libexec/tests/llvm/run-lit-tests --threads 1
- rust-sanity:
dir: ./
run: cargo new hello && cd hello && cargo run