mirror of https://github.com/go-redis/redis.git
add env var to test-redis-enterprise action
This commit is contained in:
parent
1f9608051f
commit
676399024a
|
@ -47,6 +47,7 @@ jobs:
|
|||
- name: Test
|
||||
env:
|
||||
RE_CLUSTER: "1"
|
||||
USE_PREBUILT_REDIS: "1"
|
||||
run: |
|
||||
go test \
|
||||
--ginkgo.skip-file="ring_test.go" \
|
||||
|
|
Loading…
Reference in New Issue