From a735bf5c2a8a3d3d18c3a7e9cc728768c2086e89 Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Wed, 23 Sep 2020 11:30:24 +0300 Subject: fix recently broken TLS build error, and add coverage for CI (#7833) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d28d331db..68593717f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,8 @@ jobs: steps: - uses: actions/checkout@v2 - name: make - run: make + # build with TLS just for compilatoin coverage + run: make BUILD_TLS=yes - name: test run: | sudo apt-get install tcl8.5 -- cgit v1.2.1