Skip to content

Commit 7ee0add

Browse files
committed
test.yml: use setup_go_with_cache on vmnet test
Signed-off-by: Norio Nomura <[email protected]>
1 parent 92be5ca commit 7ee0add

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,11 @@ jobs:
374374
sudo make PREFIX=/opt/socket_vmnet install
375375
)
376376
limactl sudoers | sudo tee /etc/sudoers.d/lima
377+
- uses: ./.github/actions/setup_go_with_cache
378+
with:
379+
additional-cache-key: vmnet
380+
go-version: 1.23.x
381+
runs-on: macos-12
377382
- name: Unit test (pkg/networks) with socket_vmnet
378383
# Set -count=1 to disable cache
379384
run: go test -v -count=1 ./pkg/networks/...

0 commit comments

Comments
 (0)