diff options
author | Valery Piashchynski <[email protected]> | 2020-12-15 12:07:07 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-15 12:07:07 +0300 |
commit | 61279e26fb5dc5ae36263f3dddb02bd22c0c07ba (patch) | |
tree | ec6a79fd63b01cab3f674014d3ad2bacfd94d05a | |
parent | c061ebb55e27d80f5b6bfe62a1cc7bd1d7fff281 (diff) |
Typo in the tests
-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 |