daily CI test with tls
This commit is contained in:
parent
13bbd165e8
commit
ee29ef0db0
15
.github/workflows/daily.yml
vendored
15
.github/workflows/daily.yml
vendored
@ -49,6 +49,21 @@ jobs:
|
|||||||
- name: module api test
|
- name: module api test
|
||||||
run: ./runtest-moduleapi --verbose
|
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:
|
test-valgrind:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 14400
|
timeout-minutes: 14400
|
||||||
|
Loading…
x
Reference in New Issue
Block a user