diff --git a/tests/tests.yml b/tests/tests.yml index dbfde2e..8321c4e 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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