diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d76fa6a..c1ed46d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,10 +38,6 @@ jobs: - name: Go Build run: go build ./... - - name: Go Test - run: go test ./... - if: ${{ matrix.os != 'linux' }} - - name: Go Test (with data race detection) run: go test -race ./... if: ${{ matrix.os == 'linux' }}