summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
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