Skip to content

Commit

Permalink
prefix key
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Feb 13, 2024
1 parent e20dc08 commit c6d68ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fpvm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
prefix-key: ${{ matrix.fpvm }}
cache-directories: |
examples/minimal/target
examples/simple-revm/target
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
if: contains(matrix.fpvm, 'cannon-rs')
with:
cache-on-failure: true
prefix-key: ${{ matrix.fpvm }}
cache-directories: |
fpvm-tests/cannon-rs-tests/target
- name: Setup Go toolchain
Expand Down

0 comments on commit c6d68ac

Please sign in to comment.