Skip to content

Commit

Permalink
test.yml: set additional-cache-key to jobs executing go test
Browse files Browse the repository at this point in the history
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
  • Loading branch information
norio-nomura committed Sep 8, 2024
1 parent 1982cba commit 7f5c6c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
fetch-depth: 1
- uses: ./.github/actions/setup_go_with_cache
with:
additional-cache-key: unit
go-version: ${{ matrix.go-version }}
runs-on: ubuntu-24.04
- name: Unit tests
Expand Down Expand Up @@ -129,6 +130,7 @@ jobs:
fetch-depth: 1
- uses: ./.github/actions/setup_go_with_cache
with:
additional-cache-key: windows
go-version: 1.23.x
runs-on: windows-2022-8-cores
- name: Unit tests
Expand Down Expand Up @@ -166,6 +168,7 @@ jobs:
fetch-depth: 1
- uses: ./.github/actions/setup_go_with_cache
with:
additional-cache-key: integration
go-version: 1.23.x
runs-on: macos-12
- name: Unit tests
Expand Down

0 comments on commit 7f5c6c0

Please sign in to comment.