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