We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccc4fa commit fb1bbccCopy full SHA for fb1bbcc
.github/workflows/ci.yml
@@ -247,7 +247,7 @@ jobs:
247
STG_TEST_OPTS: "--verbose-log"
248
STG_PROFILE: "release"
249
run: |
250
- timeout 900s make -C t SHELL_PATH=C:/msys64/usr/bin/bash prove
+ timeout 900s make -C t SHELL_PATH=C:/msys64/usr/bin/bash --jobs=3 test
251
- name: Show Failures
252
if: ${{ failure() }}
253
shell: msys2 {0}
0 commit comments