From 13ea35f5bf49ddef2dad290b434c167ad6f6fbdd Mon Sep 17 00:00:00 2001 From: Patrick LaFontaine <32135464+Pat-Lafon@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:58:27 -0500 Subject: [PATCH] add build --- .github/workflows/rust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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