Skip to content

Commit c8df764

Browse files
committed
ci: reenable windows test job
1 parent 69654d9 commit c8df764

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -248,19 +248,19 @@ jobs:
248248
STG_PROFILE: "release"
249249
run: |
250250
make -C t t0000-init.sh
251-
# - name: Test
252-
# shell: msys2 {0}
253-
# env:
254-
# STG_PROVE_OPTS: "--jobs=2"
255-
# STG_TEST_OPTS: "--verbose-log"
256-
# STG_PROFILE: "release"
257-
# run: |
258-
# timeout 900s make -C t SHELL_PATH=C:/msys64/usr/bin/bash --jobs=4 test
259-
# - name: Show Failures
260-
# if: ${{ failure() }}
261-
# shell: msys2 {0}
262-
# run: |
263-
# make -C t show-failure-results
251+
- name: Test
252+
shell: msys2 {0}
253+
env:
254+
STG_PROVE_OPTS: "--jobs=2"
255+
STG_TEST_OPTS: "--verbose-log"
256+
STG_PROFILE: "release"
257+
run: |
258+
timeout 900s make -C t SHELL_PATH=C:/msys64/usr/bin/bash --jobs=4 test
259+
- name: Show Failures
260+
if: ${{ failure() }}
261+
shell: msys2 {0}
262+
run: |
263+
make -C t show-failure-results
264264
- name: Install Wix Toolset v4
265265
run: |
266266
dotnet tool install --global wix --version 4.0.5

0 commit comments

Comments
 (0)