🔊 output on failure
This commit is contained in:
parent
7ade3a0efb
commit
f58383b8ee
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ jobs:
|
||||||
command: 'cmake --build build'
|
command: 'cmake --build build'
|
||||||
- run:
|
- run:
|
||||||
name: Execute test suite
|
name: Execute test suite
|
||||||
command: 'cd build ; ctest -j 2'
|
command: 'cd build ; ctest --output-on-failure -j 2'
|
||||||
|
|
Loading…
Reference in a new issue