Skip to content

Commit b0b34ec

Browse files
committed
ci: parallel
1 parent cd343ed commit b0b34ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
run: |
287287
cd build/vcpkg/test
288288
cmake .
289-
cmake --build .
289+
cmake --build . --parallel
290290
./Debug/test.exe
291291
- name: upload vcpkg logs to artifacts
292292
if: always() # even if previous steps fail, this one needs to be run

0 commit comments

Comments
 (0)