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