mirror of
https://github.com/nlohmann/json.git
synced 2026-05-11 08:45:23 +00:00
👷 parallelize builds
This commit is contained in:
@@ -12,6 +12,6 @@ jobs:
|
||||
- name: cmake
|
||||
run: cmake -S . -B build
|
||||
- name: build
|
||||
run: cmake --build build
|
||||
run: cmake --build build --parallel 10
|
||||
- name: test
|
||||
run: cd build ; ctest -j 10
|
||||
|
||||
Reference in New Issue
Block a user