diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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' }} |