Try to use parallel execution of mingw tests
This commit is contained in:
parent
af508a6d10
commit
19ba093c94
Notes:
git
2025-01-30 03:08:10 +00:00
4
.github/workflows/mingw.yml
vendored
4
.github/workflows/mingw.yml
vendored
@ -114,7 +114,7 @@ jobs:
|
||||
|
||||
- name: make all
|
||||
timeout-minutes: 30
|
||||
run: make
|
||||
run: make -j4
|
||||
|
||||
- name: make install
|
||||
run: make DESTDIR=../install install-nodoc
|
||||
@ -145,7 +145,7 @@ jobs:
|
||||
make ${{ StartsWith(matrix.test_task, 'test/') && matrix.test_task || 'test-all' }}
|
||||
env:
|
||||
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 }}
|
||||
${{ env.TESTS }}
|
||||
BUNDLER_VERSION:
|
||||
|
Loading…
x
Reference in New Issue
Block a user