summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-15 12:07:07 +0300
committerValery Piashchynski <[email protected]>2020-12-15 12:07:07 +0300
commit61279e26fb5dc5ae36263f3dddb02bd22c0c07ba (patch)
treeec6a79fd63b01cab3f674014d3ad2bacfd94d05a
parentc061ebb55e27d80f5b6bfe62a1cc7bd1d7fff281 (diff)
Typo in the tests
-rw-r--r--.github/workflows/build.yml2
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