Skip to content

Commit 396937c

Browse files
authored
ci: add test name to cache key (#12010)
1 parent bb80198 commit 396937c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nextest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ jobs:
9090
# Also update vyper version in .devcontainer/Dockerfile.dev
9191
run: pip --version && pip install vyper==0.4.3
9292

93-
- name: Forge RPC cache
93+
- name: Foundry test cache
9494
uses: actions/cache@v4
9595
with:
9696
path: |
9797
~/.foundry/cache
9898
~/.config/.foundry/cache
9999
testdata/cache
100100
testdata/out
101-
key: ${{ runner.os }}-foundry
101+
key: ${{ runner.os }}-foundry-${{ matrix.name }}
102102
- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
103103
- name: Setup Git config
104104
run: |

0 commit comments

Comments
 (0)