fix recently broken TLS build error, and add coverage for CI (#7833)

This commit is contained in:
Oran Agra
2020-09-23 11:30:24 +03:00
committed by GitHub
parent c3edaa7941
commit a735bf5c2a
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -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