mirror of
https://github.com/nlohmann/json.git
synced 2026-02-18 02:32:24 +00:00
🔊 output on failure
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user