Skip to content

Commit

Permalink
add --output-on-failure to cmake test
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed May 22, 2024
1 parent 9442ecb commit b6d5e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ jobs:
- uses: hendrikmuhs/ccache-action@v1.2
- run: cmake -Bbuild -DBUILD_DEPS=ON -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
- run: cmake --build build --parallel $(nproc)
- run: ctest --test-dir build --parallel $(nproc)
- run: ctest --test-dir build --output-on-failure --parallel $(nproc)

0 comments on commit b6d5e2a

Please sign in to comment.