mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
CI: run more smoke tests on config syntax to check memory related issues
config syntax check seems add a value on testing code path not covered by VTest, also checks are very fast
This commit is contained in:
parent
96cd04f8db
commit
6b54a7b65e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/vtest.yml
vendored
4
.github/workflows/vtest.yml
vendored
|
|
@ -144,6 +144,10 @@ jobs:
|
|||
if: ${{ contains(matrix.name, 'ASAN') }}
|
||||
run: |
|
||||
./haproxy -f .github/h2spec.config -c
|
||||
./haproxy -f examples/content-sw-sample.cfg -c
|
||||
./haproxy -f examples/option-http_proxy.cfg -c
|
||||
./haproxy -f examples/quick-test.cfg -c
|
||||
./haproxy -f examples/transparent_proxy.cfg -c
|
||||
- name: Show VTest results
|
||||
if: ${{ failure() && steps.vtest.outcome == 'failure' }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue