add env var to test-redis-enterprise action

This commit is contained in:
ofekshenawa 2024-12-16 10:56:17 +02:00
parent 1f9608051f
commit 676399024a
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ jobs:
- name: Test
env:
RE_CLUSTER: "1"
USE_PREBUILT_REDIS: "1"
run: |
go test \
--ginkgo.skip-file="ring_test.go" \