From a9ac344397cf5680568bb6937d643c090e4ad9b2 Mon Sep 17 00:00:00 2001 From: jsirianni Date: Mon, 18 Dec 2023 15:19:15 -0500 Subject: [PATCH] disable windows test runner --- .github/workflows/tests.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d5c320bb..5a368f0a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,16 +39,6 @@ jobs: key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go- - - name: Windows Cache Go Modules - if: matrix.os == 'windows-2019' - uses: actions/cache@v2 - with: - path: | - %LocalAppData%\go-build - ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- - name: Run Tests run: go test -race -coverprofile coverage.txt -coverpkg ./... ./...