summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index e8f08672..fbe32f18 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -36,7 +36,7 @@ jobs:
run: |
./autogen.sh --disable-silent-rules --enable-gtk-doc
make
- make check DEBUG=true
+ make check DEBUG=true || { cat tests/test-suite.log >&2; exit 1; }
- name: Upload Test Log
if: failure()