Skip to content

Commit 37cba7f

Browse files
committed
It seems Windows build can't handle socket test in multiple process...
1 parent 8e9b4e5 commit 37cba7f

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 -j8
41+
run: ctest --output-on-failure -LE json
4242
shell: cmd

0 commit comments

Comments
 (0)