Commit 0b2f7c64 authored by Oran Agra's avatar Oran Agra
Browse files

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


(cherry picked from commit 6d92eee6)
parent 8a4240b1
...@@ -84,9 +84,9 @@ jobs: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment