From 34d3bac791171e8ee33e8206fef23dee93957bde Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 28 May 2020 23:49:13 -0400 Subject: [PATCH] gencert its own step Former-commit-id: 6dcbcacb104814e6a710a4ffe101668a573ebd4f --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03947c2a2..32fe8c771 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |