mirror of
https://github.com/nlohmann/json.git
synced 2026-07-11 04:55:10 +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