From 4d5f5c092498e0b67b1b36ba1720b9be7f67c992 Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 28 May 2020 23:15:18 -0400 Subject: [PATCH] Fix TLS tests in CI Former-commit-id: f95578ac0268b3f29139fc715bba0b27b92767c3 --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44d429f78..8d5e78c3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,13 @@ jobs: run: | sudo apt-get -y install uuid-dev libcurl4-openssl-dev make -j2 - - name: test + - name: test-tls run: | - sudo apt-get -y install tcl8.5 + sudo apt-get -y install tcl8.5 tcl-tls + ./utils/gen-test-certs.sh ./runtest --clients 2 --verbose --tls + - name: test + ./runtest --clients 2 --verbose - name: cluster-test run: | ./runtest-cluster