Skip to content

Commit

Permalink
ci: disable test on Windows
Browse files Browse the repository at this point in the history
Something seems to have changed in the Windows msys environment that
causes the test suite to just hang.

Disable the Test step on Windows until this gets triaged or magically
fixed in the upstream environment.
  • Loading branch information
jpgrayson committed Apr 5, 2024
1 parent 7b73795 commit e311238
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,14 @@ jobs:
update: true
install: diffutils make
path-type: inherit
- name: Test
shell: msys2 {0}
env:
STG_PROVE_OPTS: "--jobs=2"
STG_TEST_OPTS: "--verbose-log"
STG_PROFILE: "release"
run: |
timeout 900s make -C t SHELL_PATH=C:/msys64/usr/bin/bash prove
# - name: Test
# shell: msys2 {0}
# env:
# STG_PROVE_OPTS: "--jobs=2"
# STG_TEST_OPTS: "--verbose-log"
# STG_PROFILE: "release"
# run: |
# timeout 900s make -C t SHELL_PATH=C:/msys64/usr/bin/bash prove
- name: Show Failures
if: ${{ failure() }}
shell: msys2 {0}
Expand Down

0 comments on commit e311238

Please sign in to comment.