From: Ilya Shipitsin Date: Sat, 17 Feb 2024 19:42:28 +0000 (+0100) Subject: CI: run more smoke tests on config syntax to check memory related issues X-Git-Tag: v3.0-dev5~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b54a7b65e2121a556680c3d98adfd9d01639c15;p=thirdparty%2Fhaproxy.git 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 --- diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml index 7b5254b04b..d65741a277 100644 --- a/.github/workflows/vtest.yml +++ b/.github/workflows/vtest.yml @@ -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: |