1
0
Fork 0
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:
Lars Melchior 2020-04-14 14:00:39 +02:00
parent 1dc64084eb
commit 7ae42de08b
4 changed files with 4 additions and 4 deletions

View file

@ -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: |