From d9164a07b53b7d693c80a3dd2eeb9930d590d91c Mon Sep 17 00:00:00 2001 From: John Sully Date: Tue, 26 May 2020 01:39:54 -0400 Subject: [PATCH] Test TLS as part of CI Former-commit-id: 561a1f8d8a2ad5a048acbc3a7b17360ce114dec0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9bebf2e2..44d429f78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: make + - name: make BUILD_TLS=yes run: | sudo apt-get -y install uuid-dev libcurl4-openssl-dev make -j2 - name: test run: | sudo apt-get -y install tcl8.5 - ./runtest --clients 2 --verbose + ./runtest --clients 2 --verbose --tls - name: cluster-test run: | ./runtest-cluster