From 63283ceb88aed3babcfcd0524f7ac29bcafd671c Mon Sep 17 00:00:00 2001 From: "Felix Wischke (65278)" Date: Fri, 26 Aug 2022 11:18:24 +0200 Subject: [PATCH] .github/workflows: make tests verbose so errors are printed --- .github/workflows/test-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index c17b3d4..9b6f262 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -62,7 +62,7 @@ jobs: run: make clean && CC=clang LDFLAGS='-fsanitize=address -fno-omit-frame-pointer' CFLAGS='-Og -fsanitize=address -fno-omit-frame-pointer' ./configure - name: Run testsuite with ASAN - run: make test + run: VERBOSE=1 make test - name: Make schaufel with ASAN run: make @@ -119,7 +119,7 @@ jobs: run: autoreconf --force -i && ./configure - name: Run testsuite - run: make test + run: VERBOSE=1 make test - name: Make run: make