From 63af59949e5f7956757ec64a2c3f619cb0faade8 Mon Sep 17 00:00:00 2001 From: John Sully Date: Sat, 30 May 2020 03:27:37 -0400 Subject: [PATCH] daily CI config fix Former-commit-id: 460c5ed2b336cf7beba55704e12d8e1eb32baea2 --- .github/workflows/daily.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 9151c1e3a..3c10236b4 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -45,13 +45,15 @@ jobs: - name: make run: | sudo apt-get -y install uuid-dev libcurl4-openssl-dev - make -j2 - - name: test + make BUILD_TLS=yes -j2 + - name: "test (tls)" run: | sudo apt-get install tcl8.5 tcl-tls ./utils/gen-test-certs.sh ./runtest --accurate --verbose --tls - - name: module api test + - name: test + run: ./runtest --accurate --verbose + - name: module api test (tls) run: ./runtest-moduleapi --verbose --tls test-ubuntu-arm: