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 3b6a74e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,22 @@ 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
if: matrix.test-code == 'cd bril-rs && make features'

- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 3b6a74e

Please sign in to comment.