mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
DOC-5078 vector set examples (#3394)
This commit is contained in:
10
.github/workflows/doctests.yaml
vendored
10
.github/workflows/doctests.yaml
vendored
@ -16,9 +16,11 @@ jobs:
|
||||
|
||||
services:
|
||||
redis-stack:
|
||||
image: redis/redis-stack-server:latest
|
||||
options: >-
|
||||
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
|
||||
image: redislabs/client-libs-test:8.0.1-pre
|
||||
env:
|
||||
TLS_ENABLED: no
|
||||
REDIS_CLUSTER: no
|
||||
PORT: 6379
|
||||
ports:
|
||||
- 6379:6379
|
||||
|
||||
@ -38,4 +40,4 @@ jobs:
|
||||
|
||||
- name: Test doc examples
|
||||
working-directory: ./doctests
|
||||
run: go test -v
|
||||
run: make test
|
||||
|
Reference in New Issue
Block a user