Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/vtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ jobs:
id: vtest
run: |
make reg-tests VTEST_PROGRAM=../vtest/vtest REGTESTS_TYPES=default,bug,devel
- name: Run Prometheus query (ASAN only)
if: ${{ contains(matrix.name, 'ASAN') }}
run: |
make reg-tests VTEST_PROGRAM=../vtest/vtest REG_TEST_FILES=reg-tests/contrib/prometheus.vtc
- name: Show VTest results
if: ${{ failure() && steps.vtest.outcome == 'failure' }}
run: |
Expand Down