Skip to content

Commit

Permalink
add brillvm to testing job
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed Jan 22, 2024
1 parent f22c70f commit 181ab18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,19 @@ jobs:
- "cd brilirs && make benchmark TURNTARGS=-v"
- "cd brilift && cargo build --release && make rt.o && make test TURNTARGS=-v"
- "cd brilift && cargo build --release && make rt.o && make benchmark TURNTARGS=-v"
- "cd bril-rs/brillvm && make rt"
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
if: matrix.test-code == 'cd bril-rs/brillvm && make rt'
with:
version: "17.0"

- name: Install cargo-hack for feature-flag checking
run: cargo install cargo-hack

Expand Down

0 comments on commit 181ab18

Please sign in to comment.