Skip to content

Commit

Permalink
attempt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley2p committed Jan 2, 2025
1 parent cdb6d93 commit 2419cec
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,15 @@ jobs:
toolchain: ${{ matrix.toolchain }}

- name: Install Cargo
uses: actions-rs/toolchain@v1
uses: dtolnay/[email protected]
with:
targets: x86_64-unknown-linux-gnu

- name: Cache Cargo dependencies
uses: Swatinem/rust-cache@v2
with:
key: x86_64-unknown-linux-gnu
cache-on-failure: true

- name: Run Noir tests
run: nargo test
Expand Down

0 comments on commit 2419cec

Please sign in to comment.