Skip to content

Commit

Permalink
display log
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephChotard committed Jan 18, 2025
1 parent 89983b8 commit b45db1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b45db1d

Please sign in to comment.