diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 55cd939a..21a493d1 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -36,7 +36,7 @@ jobs: include: - test-code: "cd bril-rs && make features" needs_cargo_hack: true - - test-code: "cd bril-rs/brillvm && make rt" + - test-code: "cd bril-rs/brillvm && cargo build && make rt" needs_llvm: true steps: - uses: actions/checkout@v4