File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -41,29 +41,25 @@ jobs:
4141 - name : Test OSS TCP
4242 timeout-minutes : 10
4343 run : |
44- REDIS_SERVER=../redis/src/redis-server \
4544 ./tests/run_tests.sh
4645
4746 - name : Test OSS TCP TLS
4847 if : matrix.platform == 'ubuntu-latest'
4948 timeout-minutes : 10
5049 run : |
51- TLS=1 REDIS_SERVER=../redis/src/redis-server \
52- ./tests/run_tests.sh
50+ TLS=1 ./tests/run_tests.sh
5351
5452 - name : Test OSS-CLUSTER TCP
5553 timeout-minutes : 10
5654 run : |
5755 OSS_STANDALONE=0 OSS_CLUSTER=1 \
58- REDIS_SERVER=../redis/src/redis-server \
5956 ./tests/run_tests.sh
6057
6158 - name : Test OSS-CLUSTER TCP TLS
6259 timeout-minutes : 10
6360 if : matrix.platform == 'ubuntu-latest'
6461 run : |
6562 OSS_STANDALONE=0 OSS_CLUSTER=1 TLS=1 \
66- REDIS_SERVER=../redis/src/redis-server \
6763 ./tests/run_tests.sh
6864
6965 build-macos :
You can’t perform that action at this time.
0 commit comments