Investigate which test hangs on MinGW

https://github.com/ruby/ruby/actions/runs/4396158119/jobs/7698424613
This commit is contained in:
Takashi Kokubun 2023-03-11 23:51:15 -08:00
parent 3efe4639ec
commit d50d136499

View File

@ -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