mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-17 07:32:11 +01:00
Use CTest --output-on-failure flag
This commit is contained in:
4
.github/workflows/mac-builds-m1.yml
vendored
4
.github/workflows/mac-builds-m1.yml
vendored
@@ -39,7 +39,5 @@ jobs:
|
||||
run: make -j `sysctl -n hw.ncpu`
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
CTEST_OUTPUT_ON_FAILURE: 1
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
run: ctest -C ${{matrix.build_type}} -j `sysctl -n hw.ncpu`
|
||||
run: ctest -C ${{matrix.build_type}} -j `sysctl -n hw.ncpu` --output-on-failure
|
||||
|
||||
Reference in New Issue
Block a user