summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-18 22:56:43 +0300
committerValery Piashchynski <[email protected]>2021-01-18 22:56:43 +0300
commit6d2c56b7fb8d33a4a8dcb2dad5d60e422c55d4df (patch)
tree3672285982b1f43212ffdb5d9958b6cc66774087 /.github/workflows
parentfac411bfe2c04bed764da708d763ba2152c68f44 (diff)
Update CI, fix typo
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 18025c70..7f490208 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -119,10 +119,8 @@ jobs:
go test -v -race -tags=debug ./tests/plugins/static
go test -v -race -tags=debug ./plugins/kv/boltdb
go test -v -race -tags=debug ./plugins/kv/memory
-# go test -v -race -tags=debug ./plugins/kv/memcached
go test -v -race -tags=debug ./tests/plugins/kv/boltdb
go test -v -race -tags=debug ./tests/plugins/kv/memory
-# go test -v -race -tags=debug ./tests/plugins/kv/memcached
- name: Run golang tests on Linux
if: ${{ matrix.os == 'ubuntu-latest' }}