🔊 output on failure

This commit is contained in:
Niels Lohmann
2020-05-01 15:22:18 +02:00
parent 7ade3a0efb
commit f58383b8ee

View File

@@ -27,4 +27,4 @@ jobs:
command: 'cmake --build build'
- run:
name: Execute test suite
command: 'cd build ; ctest -j 2'
command: 'cd build ; ctest --output-on-failure -j 2'