Skip to content

Commit 8e9b4e5

Browse files
committed
Multi process test for GitHub Action on Windows
1 parent 325459e commit 8e9b4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
shell: cmd
3939
- name: Test
4040
working-directory: target
41-
run: ctest --output-on-failure -LE json
41+
run: ctest --output-on-failure -LE json -j8
4242
shell: cmd

0 commit comments

Comments
 (0)