Skip to content

Commit

Permalink
ci: disable test for windows build
Browse files Browse the repository at this point in the history
Something seems to have changed in the Windows runner and/or msys2
environment such that the windows-build test step breaks in a new and,
per usual, opaque way.

Disable testing on Windows until something upstream is repaired.
  • Loading branch information
jpgrayson committed Feb 16, 2025
1 parent 9f3b3b2 commit aa0366a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,19 +240,19 @@ jobs:
STG_PROFILE: "release"
run: |
make -C t t0000-init.sh
- 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 --jobs=4 test
- name: Show Failures
if: ${{ failure() }}
shell: msys2 {0}
run: |
make -C t show-failure-results
# - 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 --jobs=4 test
# - name: Show Failures
# if: ${{ failure() }}
# shell: msys2 {0}
# run: |
# make -C t show-failure-results
- name: Install Wix Toolset v4
run: |
dotnet tool install --global wix --version 4.0.5
Expand Down

0 comments on commit aa0366a

Please sign in to comment.