mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Add rust-sanity test
This commit is contained in:
parent
15784b25a9
commit
a0a7bdc94a
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue