From b45db1de91f90336848c5e28a989841ee41982e7 Mon Sep 17 00:00:00 2001 From: Joe Chotard Date: Sat, 18 Jan 2025 14:32:33 -0500 Subject: [PATCH] display log --- .github/workflows/test-linux.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 10cb29ab2..560bc0124 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -73,6 +73,10 @@ jobs: cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ../../examples make make test + + - name: Display LastTest.log for debugging + if: failure() + run: cat /home/runner/work/h3/h3/build/examples/Testing/Temporary/LastTest.log clang-tests: name: Test Compile clang ${{ matrix.build_type }} ${{ matrix.compile_opt }}