Skip to content

Commit

Permalink
yoinks
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephChotard committed Jan 18, 2025
1 parent b45db1d commit 97d8b31
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ jobs:
cd build/examples
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
env CTEST_OUTPUT_ON_FAILURE=1 make test
clang-tests:
name: Test Compile clang ${{ matrix.build_type }} ${{ matrix.compile_opt }}
Expand Down

0 comments on commit 97d8b31

Please sign in to comment.