Skip to content

Commit

Permalink
ci: reenable test on Windows
Browse files Browse the repository at this point in the history
Looks like upstream myss and/or the msys action got unbrokened.
  • Loading branch information
jpgrayson committed Jun 30, 2024
1 parent 99291f2 commit 2c8d707
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 @@ -232,14 +232,14 @@ jobs:
shell: msys2 {0}
run: |
cargo --locked --quiet run --profile=release -- version
# - 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 2c8d707

Please sign in to comment.