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
|
- name: Test
|
||||||
env:
|
env:
|
||||||
RE_CLUSTER: "1"
|
RE_CLUSTER: "1"
|
||||||
|
USE_PREBUILT_REDIS: "1"
|
||||||
run: |
|
run: |
|
||||||
go test \
|
go test \
|
||||||
--ginkgo.skip-file="ring_test.go" \
|
--ginkgo.skip-file="ring_test.go" \
|
||||||
|
|
Loading…
Reference in New Issue