Skip to content

Commit fccc4fa

Browse files
committed
ci: another windows pre-test check
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.
1 parent 5d29e05 commit fccc4fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,14 @@ jobs:
232232
shell: msys2 {0}
233233
run: |
234234
cargo --locked --quiet run --profile=release -- version
235+
- name: Pre-test Check 2
236+
shell: msys2 {0}
237+
env:
238+
STG_PROVE_OPTS: "--jobs=2"
239+
STG_TEST_OPTS: "--verbose-log"
240+
STG_PROFILE: "release"
241+
run: |
242+
make -C t t0000-init.sh
235243
- name: Test
236244
shell: msys2 {0}
237245
env:

0 commit comments

Comments
 (0)