Daily github action: run cluster and sentinel tests with tls (#7575)

This commit is contained in:
Oran Agra 2020-07-27 15:30:36 +03:00 committed by GitHub
parent 4126ca466f
commit 6d92eee69b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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