diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fe6fbb..37a94cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,4 +46,5 @@ jobs: - name: Run test programs, pressing enter to all prompts if: matrix.os == 'ubuntu-latest' run: | - yes "" | make check \ No newline at end of file + yes "" | make check + cat test/C/test-suite.log \ No newline at end of file