mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 13:35:05 +00:00
Show ctest output on failure in CI
This commit is contained in:
parent
88375fb10e
commit
73dc6960ad
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue