mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-05 16:31:01 +02:00
Run CI builds with parallel flags
This commit is contained in:
parent
1dc64084eb
commit
7ae42de08b
4 changed files with 4 additions and 4 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
run: cmake -Htest -Bbuild
|
||||
|
||||
- name: build
|
||||
run: cmake --build build --config Debug
|
||||
run: cmake --build build --config Debug -j4
|
||||
|
||||
- name: test
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue