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 6b2f7da commit 016da54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
yes "" | make check
# Run tests
- name: show the test logs
if: matrix.os == 'ubuntu-latest'
run: |
cat test/C/test-suite.log

0 comments on commit 016da54

Please sign in to comment.