Skip to content

Commit

Permalink
Log test.log in addition to testpappl.log on error.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Oct 12, 2023
1 parent 62559df commit 065789b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Test PAPPL
env:
ASAN_OPTIONS: leak_check_at_exit=false
run: make test || cat testsuite/testpappl.log
run: make test || cat testsuite/test*.log
- name: Run Clang Static Analyzer
run: cd pappl && make CC=clang "GHA_ERROR=::error::" clang
- name: Run cppcheck
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build PAPPL
run: make
- name: Test PAPPL
run: make test || cat testsuite/testpappl.log
run: make test || cat testsuite/test*.log
- name: Run Clang Static Analyzer
run: cd pappl && make "GHA_ERROR=::error::" clang
- name: Run cppcheck
Expand Down

0 comments on commit 065789b

Please sign in to comment.