From 2c8d7078e5dac0cc35c56c37aad03bf5675ff1fd Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Sat, 29 Jun 2024 20:07:01 -0400 Subject: [PATCH] ci: reenable test on Windows Looks like upstream myss and/or the msys action got unbrokened. --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9867745..c50256bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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}