Show ctest output on failure in CI

This commit is contained in:
Petri Lehtinen 2024-03-21 20:23:55 +02:00
parent 88375fb10e
commit 73dc6960ad

View file

@ -54,7 +54,7 @@ jobs:
CC: ${{matrix.cc}}
run: cmake .
- run: cmake --build .
- run: ctest
- run: ctest --output-on-failure
valgrind:
runs-on: ubuntu-latest
@ -63,4 +63,4 @@ jobs:
- run: sudo apt update && sudo apt install valgrind
- run: cmake -DJANSSON_TEST_WITH_VALGRIND=ON .
- run: cmake --build .
- run: ctest
- run: ctest --output-on-failure