diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 73eeb0d..53f924d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,6 +22,7 @@ jobs: env: GOGC: 1 - name: test with race detector + if: ${{ matrix.os != 'windows-latest' }} run: go test -v -race ./ -count=1 coverage: name: Coverage