summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-07 14:17:59 +0300
committerValery Piashchynski <[email protected]>2021-01-07 14:17:59 +0300
commit15ea2def4edae5f98fb79bd41b4a5c6de0d91a4c (patch)
treedd0f2bd648c7ad140b8dfa6f7ea451a5e96f1523
parent0b64c051563062c92a87f2aa1e48bb38fae1b816 (diff)
Attempt to use third-party memcached driver in the CI
-rw-r--r--.github/workflows/build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8bfdf399..6225559b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -128,6 +128,7 @@ jobs:
- name: Run golang tests on MacOS without docker
if: ${{ matrix.os == 'macos-latest' }}
+ uses: niden/actions-memcached@v7
run: |
go test -v -race -cover -tags=debug ./utils
go test -v -race -cover -tags=debug ./pkg/pipe
@@ -152,6 +153,8 @@ jobs:
go test -v -race -cover -tags=debug ./plugins/kv/memory
go test -v -race -cover -tags=debug ./tests/plugins/kv/boltdb
go test -v -race -cover -tags=debug ./tests/plugins/kv/memory
+ go test -v -race -cover -tags=debug ./tests/plugins/kv/memcached
+ go test -v -race -cover -tags=debug ./plugins/kv/memcached
- uses: codecov/codecov-action@v1 # Docs: <https://github.com/codecov/codecov-action>
if: ${{ matrix.os == 'ubuntu-latest' }} # codecov only from linux