Skip to content

Commit

Permalink
ci: do not use prove for windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Sep 8, 2024
1 parent fccc4fa commit fb1bbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
STG_TEST_OPTS: "--verbose-log"
STG_PROFILE: "release"
run: |
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
- name: Show Failures
if: ${{ failure() }}
shell: msys2 {0}
Expand Down

0 comments on commit fb1bbcc

Please sign in to comment.