summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2020-05-25 17:25:23 +0300
committerOran Agra <oran@redislabs.com>2020-05-26 14:00:26 +0300
commit1965c0099e5f1c6d0714d326cea988dff8d481c6 (patch)
treecc83848472e439c2ac733a7157dd754b858a781d
parentb9abecfc4c97db01fa6f09180c68a92ea5974ac1 (diff)
downloadredis-1965c0099e5f1c6d0714d326cea988dff8d481c6.tar.gz
daily CI test with tls
-rw-r--r--.github/workflows/daily.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index 828268c70..c22d49895 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -49,6 +49,21 @@ jobs:
- name: module api test
run: ./runtest-moduleapi --verbose
+ test-tls:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - name: make
+ run: |
+ make BUILD_TLS=yes
+ - name: test
+ run: |
+ sudo apt-get install tcl8.5 tcl-tls
+ ./utils/gen-test-certs.sh
+ ./runtest --accurate --verbose --tls
+ - name: module api test
+ run: ./runtest-moduleapi --verbose --tls
+
test-valgrind:
runs-on: ubuntu-latest
timeout-minutes: 14400