Skip to content

Commit

Permalink
ci: Dump log when tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
hpjansson committed Nov 4, 2023
1 parent f8c76da commit 4b528f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Running tests
working-directory: ./build
run: make check
run: make check || { RET=$$?; find . -name "test-suite.log" -exec cat {} + ; exit $$RET; }

- name: Installing chafa
working-directory: ./build
Expand Down

0 comments on commit 4b528f5

Please sign in to comment.