aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-09-21 22:01:16 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2022-09-21 22:01:20 +0900
commit1a2ee4cfabba31d367da854f2e834d4f47cbc4b1 (patch)
tree944833510409597e2c0c30eb67a64e8817dbb053 /.github
parent796069b2882d8a67ecc36bda7c72affcbad09dae (diff)
downloadruby-1a2ee4cfabba31d367da854f2e834d4f47cbc4b1.tar.gz
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml6
1 files changed, 2 insertions, 4 deletions
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: |