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:
41
41
- name : Test OSS TCP
42
42
timeout-minutes : 10
43
43
run : |
44
- REDIS_SERVER=../redis/src/redis-server \
45
44
./tests/run_tests.sh
46
45
47
46
- name : Test OSS TCP TLS
48
47
if : matrix.platform == 'ubuntu-latest'
49
48
timeout-minutes : 10
50
49
run : |
51
- TLS=1 REDIS_SERVER=../redis/src/redis-server \
52
- ./tests/run_tests.sh
50
+ TLS=1 ./tests/run_tests.sh
53
51
54
52
- name : Test OSS-CLUSTER TCP
55
53
timeout-minutes : 10
56
54
run : |
57
55
OSS_STANDALONE=0 OSS_CLUSTER=1 \
58
- REDIS_SERVER=../redis/src/redis-server \
59
56
./tests/run_tests.sh
60
57
61
58
- name : Test OSS-CLUSTER TCP TLS
62
59
timeout-minutes : 10
63
60
if : matrix.platform == 'ubuntu-latest'
64
61
run : |
65
62
OSS_STANDALONE=0 OSS_CLUSTER=1 TLS=1 \
66
- REDIS_SERVER=../redis/src/redis-server \
67
63
./tests/run_tests.sh
68
64
69
65
build-macos :
You can’t perform that action at this time.
0 commit comments