We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb80198 commit 396937cCopy full SHA for 396937c
.github/workflows/nextest.yml
@@ -90,15 +90,15 @@ jobs:
90
# Also update vyper version in .devcontainer/Dockerfile.dev
91
run: pip --version && pip install vyper==0.4.3
92
93
- - name: Forge RPC cache
+ - name: Foundry test cache
94
uses: actions/cache@v4
95
with:
96
path: |
97
~/.foundry/cache
98
~/.config/.foundry/cache
99
testdata/cache
100
testdata/out
101
- key: ${{ runner.os }}-foundry
+ key: ${{ runner.os }}-foundry-${{ matrix.name }}
102
- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
103
- name: Setup Git config
104
run: |
0 commit comments