From d50d13649943a0bec6a0a9eb0eb597eddb143a07 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 11 Mar 2023 23:51:15 -0800 Subject: [PATCH] Investigate which test hangs on MinGW https://github.com/ruby/ruby/actions/runs/4396158119/jobs/7698424613 --- .github/workflows/mingw.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 6aca078993..da6f4f301b 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -130,6 +130,9 @@ jobs: timeout-minutes: 30 run: | make test + env: + GNUMAKEFLAGS: "" + RUBY_TESTOPTS: "-v --tty=no" if: ${{matrix.test_task == 'check' || matrix.test_task == 'test'}} - name: test-all