From f7dcceccc9a82189b233a16fd017d16a5d17c594 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 15 Jul 2023 00:00:49 +0200 Subject: [PATCH] CI: explicitely highlight VTest result section if there's something it turned out that people miss VTest result section because it is not highlighted, let us fix that --- .github/workflows/vtest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml index 25d3cc72e..6977788a3 100644 --- a/.github/workflows/vtest.yml +++ b/.github/workflows/vtest.yml @@ -159,3 +159,4 @@ jobs: cat $asan echo "::endgroup::" done + exit 1