Fix TLS tests in CI

Former-commit-id: f95578ac0268b3f29139fc715bba0b27b92767c3
This commit is contained in:
John Sully 2020-05-28 23:15:18 -04:00
parent 71fbeb65b6
commit f4f9e83ead

View File

@ -11,10 +11,13 @@ jobs:
run: | run: |
sudo apt-get -y install uuid-dev libcurl4-openssl-dev sudo apt-get -y install uuid-dev libcurl4-openssl-dev
make -j2 make -j2
- name: test - name: test-tls
run: | run: |
sudo apt-get -y install tcl8.5 sudo apt-get -y install tcl8.5 tcl-tls
./utils/gen-test-certs.sh
./runtest --clients 2 --verbose --tls ./runtest --clients 2 --verbose --tls
- name: test
./runtest --clients 2 --verbose
- name: cluster-test - name: cluster-test
run: | run: |
./runtest-cluster ./runtest-cluster