From d2ef4c0347a009f66cba0202998e5df9f64b154f Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Mon, 27 Jul 2020 15:30:36 +0300 Subject: [PATCH] Daily github action: run cluster and sentinel tests with tls (#7575) (cherry picked from commit 62e84b42d25a716411b108290f2caaff4b837488) --- .github/workflows/daily.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 5b5f3f7d4..acc811d3a 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -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