Fix TLS tests in CI
Former-commit-id: f95578ac0268b3f29139fc715bba0b27b92767c3
This commit is contained in:
parent
71fbeb65b6
commit
f4f9e83ead
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user