Investigate which test hangs on MinGW
https://github.com/ruby/ruby/actions/runs/4396158119/jobs/7698424613
This commit is contained in:
parent
3efe4639ec
commit
d50d136499
3
.github/workflows/mingw.yml
vendored
3
.github/workflows/mingw.yml
vendored
@ -130,6 +130,9 @@ jobs:
|
|||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
|
env:
|
||||||
|
GNUMAKEFLAGS: ""
|
||||||
|
RUBY_TESTOPTS: "-v --tty=no"
|
||||||
if: ${{matrix.test_task == 'check' || matrix.test_task == 'test'}}
|
if: ${{matrix.test_task == 'check' || matrix.test_task == 'test'}}
|
||||||
|
|
||||||
- name: test-all
|
- name: test-all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user