We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 930aa2c + a77da93 commit ec00632Copy full SHA for ec00632
.github/workflows/test.yml
@@ -70,6 +70,7 @@ jobs:
70
run: echo "::add-matcher::.github/vtest.json"
71
- name: Run tests using HAProxy ${{ steps.install-haproxy.outputs.version }}.
72
run: |
73
+ set -euo pipefail
74
vtest -Dhaproxy_version=${{ steps.install-haproxy.outputs.version }} -k -t 10 test/*.vtc 2>&1 \
75
|tee >(
76
awk '
0 commit comments