Skip to content

Commit

Permalink
chore(ci): put a cache on it
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Sep 26, 2023
1 parent 7e69714 commit 1c9b298
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-noir-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
uses: dtolnay/rust-toolchain@1.66.0
with:
targets: wasm32-unknown-unknown

- uses: Swatinem/rust-cache@v2
with:
key: wasm32-unknown-unknown
cache-on-failure: true
save-if: ${{ github.event_name != 'merge_group' }}

- name: Install jq
run: sudo apt-get install jq
Expand Down

0 comments on commit 1c9b298

Please sign in to comment.