From 6b2f7da92e19458a338bcf68c9f5f6950ae08f15 Mon Sep 17 00:00:00 2001 From: Daniel Price Date: Mon, 2 Dec 2024 13:44:27 +1100 Subject: [PATCH] (testsuite) print log at end of test run --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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