mirror of
https://github.com/nlohmann/json.git
synced 2026-04-03 14:48:52 +00:00
👷 parallelize builds
This commit is contained in:
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@@ -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