Skip to content

Commit

Permalink
ci: another windows pre-test check
Browse files Browse the repository at this point in the history
Run a test script without perl/prove before attempting to run `make
prove`. This is meant to help narrow down the cause of the next,
inevitable msys2 breakage.
  • Loading branch information
jpgrayson committed Sep 8, 2024
1 parent 5d29e05 commit fccc4fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,14 @@ jobs:
shell: msys2 {0}
run: |
cargo --locked --quiet run --profile=release -- version
- name: Pre-test Check 2
shell: msys2 {0}
env:
STG_PROVE_OPTS: "--jobs=2"
STG_TEST_OPTS: "--verbose-log"
STG_PROFILE: "release"
run: |
make -C t t0000-init.sh
- name: Test
shell: msys2 {0}
env:
Expand Down

0 comments on commit fccc4fa

Please sign in to comment.