Test TLS as part of CI
Former-commit-id: 561a1f8d8a2ad5a048acbc3a7b17360ce114dec0
This commit is contained in:
parent
ef4284c439
commit
d9164a07b5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -7,14 +7,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: make
|
- name: make BUILD_TLS=yes
|
||||||
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
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get -y install tcl8.5
|
sudo apt-get -y install tcl8.5
|
||||||
./runtest --clients 2 --verbose
|
./runtest --clients 2 --verbose --tls
|
||||||
- name: cluster-test
|
- name: cluster-test
|
||||||
run: |
|
run: |
|
||||||
./runtest-cluster
|
./runtest-cluster
|
||||||
|
Loading…
x
Reference in New Issue
Block a user