gencert its own step

Former-commit-id: 6dcbcacb104814e6a710a4ffe101668a573ebd4f
This commit is contained in:
John Sully 2020-05-28 23:49:13 -04:00
parent 8bb3ac40f1
commit 34d3bac791

View File

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