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 7ee0add commit 583334dCopy full SHA for 583334d
.github/workflows/test.yml
@@ -85,6 +85,7 @@ jobs:
85
fetch-depth: 1
86
- uses: ./.github/actions/setup_go_with_cache
87
with:
88
+ additional-cache-key: unit
89
go-version: ${{ matrix.go-version }}
90
runs-on: ubuntu-24.04
91
- name: Unit tests
@@ -134,6 +135,7 @@ jobs:
134
135
136
137
138
+ additional-cache-key: windows
139
go-version: 1.23.x
140
runs-on: windows-2022-8-cores
141
@@ -172,6 +174,7 @@ jobs:
172
174
fetch-depth: 0
173
175
176
177
+ additional-cache-key: integration
178
179
runs-on: macos-12
180
0 commit comments