🔊 output on failure

This commit is contained in:
Niels Lohmann 2020-05-01 15:22:18 +02:00
parent 7ade3a0efb
commit f58383b8ee
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

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'