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 ca04b7ce..18025c70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,7 @@ 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 ./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 |