mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-07 01:29:54 +00:00
Reduce cache thrashing on E2E vagrant boxes. Don't cache for windows unit tests. (#11769)
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
2
.github/workflows/unitcoverage.yaml
vendored
2
.github/workflows/unitcoverage.yaml
vendored
@@ -64,6 +64,8 @@ jobs:
|
||||
fetch-depth: 1
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
cache: false
|
||||
- name: Run Unit Tests
|
||||
run: |
|
||||
go test -coverpkg ./pkg/... -coverprofile coverage.out ./pkg/... -run Unit
|
||||
|
||||
Reference in New Issue
Block a user