daily CI test with tls
This commit is contained in:
parent
b9abecfc4c
commit
1965c0099e
15
.github/workflows/daily.yml
vendored
15
.github/workflows/daily.yml
vendored
@ -49,6 +49,21 @@ jobs:
|
||||
- name: module api test
|
||||
run: ./runtest-moduleapi --verbose
|
||||
|
||||
test-tls:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: make
|
||||
run: |
|
||||
make BUILD_TLS=yes
|
||||
- name: test
|
||||
run: |
|
||||
sudo apt-get install tcl8.5 tcl-tls
|
||||
./utils/gen-test-certs.sh
|
||||
./runtest --accurate --verbose --tls
|
||||
- name: module api test
|
||||
run: ./runtest-moduleapi --verbose --tls
|
||||
|
||||
test-valgrind:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 14400
|
||||
|
Loading…
x
Reference in New Issue
Block a user