Skip to content

Commit fb1bbcc

Browse files
committed
ci: do not use prove for windows test
1 parent fccc4fa commit fb1bbcc

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
@@ -247,7 +247,7 @@ jobs:
247247
STG_TEST_OPTS: "--verbose-log"
248248
STG_PROFILE: "release"
249249
run: |
250-
timeout 900s make -C t SHELL_PATH=C:/msys64/usr/bin/bash prove
250+
timeout 900s make -C t SHELL_PATH=C:/msys64/usr/bin/bash --jobs=3 test
251251
- name: Show Failures
252252
if: ${{ failure() }}
253253
shell: msys2 {0}

0 commit comments

Comments
 (0)