Skip to content

Commit

Permalink
test.yml: use setup_go_with_cache on vmnet 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 06a0506 commit 1982cba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,11 @@ jobs:
sudo make PREFIX=/opt/socket_vmnet install
)
limactl sudoers | sudo tee /etc/sudoers.d/lima
- uses: ./.github/actions/setup_go_with_cache
with:
additional-cache-key: vmnet
go-version: 1.23.x
runs-on: macos-12
- name: Unit test (pkg/networks) with socket_vmnet
# Set -count=1 to disable cache
run: go test -v -count=1 ./pkg/networks/...
Expand Down

0 comments on commit 1982cba

Please sign in to comment.