Try to use parallel execution of mingw tests

This commit is contained in:
Hiroshi SHIBATA 2025-01-30 11:27:05 +09:00
parent af508a6d10
commit 19ba093c94
Notes: git 2025-01-30 03:08:10 +00:00

View File

@ -114,7 +114,7 @@ jobs:
- name: make all - name: make all
timeout-minutes: 30 timeout-minutes: 30
run: make run: make -j4
- name: make install - name: make install
run: make DESTDIR=../install install-nodoc run: make DESTDIR=../install install-nodoc
@ -145,7 +145,7 @@ jobs:
make ${{ StartsWith(matrix.test_task, 'test/') && matrix.test_task || 'test-all' }} make ${{ StartsWith(matrix.test_task, 'test/') && matrix.test_task || 'test-all' }}
env: env:
RUBY_TESTOPTS: >- RUBY_TESTOPTS: >-
--retry --job-status=normal --show-skip --timeout-scale=1.5 --retry --job-status=normal --show-skip --timeout-scale=1.5 -j4
${{ matrix.test-all-opts }} ${{ matrix.test-all-opts }}
${{ env.TESTS }} ${{ env.TESTS }}
BUNDLER_VERSION: BUNDLER_VERSION: