From 1a2ee4cfabba31d367da854f2e834d4f47cbc4b1 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 21 Sep 2022 22:01:16 +0900 Subject: Try reordering test-all and test-spec for mswin CI Visual Studio 2019 GitHub Actions has been super unstable. Somehow nmake test-spec triggers rebuilding the interpreter and fails. usa suggested a possibility of test-all leaving something impacting test-spec. I'd like to try this patch and see what happens. --- .github/workflows/windows.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4418c78d81..ab9e35d5a3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -128,14 +128,12 @@ jobs: YACC: win_bison - run: nmake test timeout-minutes: 5 + - run: nmake test-spec + timeout-minutes: 10 - run: nmake test-all env: RUBY_TESTOPTS: -j${{env.TEST_JOBS}} --job-status=normal timeout-minutes: 60 - continue-on-error: ${{ matrix.continue-on-error || false }} - - run: nmake test-spec - timeout-minutes: 10 - continue-on-error: ${{ matrix.continue-on-error || false }} - uses: k0kubun/action-slack@v2.0.0 with: payload: | -- cgit v1.2.3