Test TLS as part of CI

Former-commit-id: 561a1f8d8a2ad5a048acbc3a7b17360ce114dec0
This commit is contained in:
John Sully 2020-05-26 01:39:54 -04:00
parent ef4284c439
commit d9164a07b5

View File

@ -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