diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3227db6..27a6ce7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,7 +25,7 @@ jobs: run: go test -race ./... - name: Coverage run: go test -race -coverprofile=coverage.txt -covermode=atomic ./... - if: matrix.go == 1.21 && matrix.os == 'ubuntu-latest' + if: matrix.go == 1.21 - name: Codecov uses: codecov/codecov-action@v1 - if: matrix.go == 1.21 && matrix.os == 'ubuntu-latest' + if: matrix.go == 1.21