mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 11:54:34 +08:00
💚 fix build
This commit is contained in:
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@@ -14,4 +14,4 @@ jobs:
|
||||
- name: build
|
||||
run: cmake --build build --parallel 10
|
||||
- name: test
|
||||
run: cd build ; ctest -j 10
|
||||
run: cd build ; ctest -j 10 --output-on-failure
|
||||
|
||||
Reference in New Issue
Block a user