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:
Derek Nola
2025-02-11 11:27:16 -08:00
parent 35a4723918
commit f35f133c68
3 changed files with 15 additions and 6 deletions

View File

@@ -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