Skip to content

Commit

Permalink
.github/workflows: make tests verbose so errors are printed
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Wischke (65278) committed Aug 26, 2022
1 parent 7dec7f3 commit 63283ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 63283ce

Please sign in to comment.