Daily github action: run cluster and sentinel tests with tls (#7575)
(cherry picked from commit 6d92eee69b8e693b9bf0a34320dd108b5a81a81a)
This commit is contained in:
parent
8a4240b1fa
commit
0b2f7c6407
4
.github/workflows/daily.yml
vendored
4
.github/workflows/daily.yml
vendored
@ -84,9 +84,9 @@ jobs:
|
||||
- name: module api test
|
||||
run: ./runtest-moduleapi --verbose --tls
|
||||
- name: sentinel tests
|
||||
run: ./runtest-sentinel
|
||||
run: ./runtest-sentinel --tls
|
||||
- name: cluster tests
|
||||
run: ./runtest-cluster
|
||||
run: ./runtest-cluster --tls
|
||||
|
||||
test-valgrind:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user