We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
additional-cache-key
go test
1 parent 1982cba commit 28c1620Copy full SHA for 28c1620
.github/workflows/test.yml
@@ -84,6 +84,7 @@ jobs:
84
fetch-depth: 1
85
- uses: ./.github/actions/setup_go_with_cache
86
with:
87
+ additional-cache-key: unit
88
go-version: ${{ matrix.go-version }}
89
runs-on: ubuntu-24.04
90
- name: Unit tests
@@ -129,6 +130,7 @@ jobs:
129
130
131
132
133
+ additional-cache-key: windows
134
go-version: 1.23.x
135
runs-on: windows-2022-8-cores
136
@@ -166,6 +168,7 @@ jobs:
166
168
167
169
170
171
+ additional-cache-key: integration
172
173
runs-on: macos-12
174
0 commit comments