Skip to content

Commit

Permalink
(testsuite) print log at end of test run
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Dec 2, 2024
1 parent 2ce4065 commit 6b2f7da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
- name: Run test programs, pressing enter to all prompts
if: matrix.os == 'ubuntu-latest'
run: |
yes "" | make check
yes "" | make check
cat test/C/test-suite.log

0 comments on commit 6b2f7da

Please sign in to comment.