diff options
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af64dc08..070350a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: run: go mod download - name: Run golang tests on Windows without codecov - if: ${{ matrix.os == 'windows-latest' || matrix.os == 'macos-latest' }} + if: ${{ matrix.os == 'windows-latest' }} run: | go test -v -race -cover -tags=debug . go test -v -race -cover -tags=debug ./plugins/rpc |