mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try to fix invalid option
https://github.com/ruby/ruby/runs/212727409#step:11:67 ``` invalid option: -j5 ```
This commit is contained in:
parent
f4df9fb46b
commit
7a2bd91ed2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -48,7 +48,9 @@ jobs:
|
||||||
# test-bundled-gems is separated for marking `continue-on-error` because it randomly fails.
|
# test-bundled-gems is separated for marking `continue-on-error` because it randomly fails.
|
||||||
- name: Tests (test-bundled-gems)
|
- name: Tests (test-bundled-gems)
|
||||||
# Remove TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest if https://github.com/seattlerb/minitest/pull/798 resolved
|
# Remove TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest if https://github.com/seattlerb/minitest/pull/798 resolved
|
||||||
run: make -s ${{ matrix.test_task }} TESTOPTS="$JOBS -q --tty=no" TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest
|
run: make -s ${{ matrix.test_task }} TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest
|
||||||
|
env:
|
||||||
|
RUBY_TESTOPTS: "-q --tty=no"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
if: matrix.test_task == 'test-bundled-gems' && !contains(github.event.head_commit.message, '[ci skip]')
|
if: matrix.test_task == 'test-bundled-gems' && !contains(github.event.head_commit.message, '[ci skip]')
|
||||||
- name: Leaked Globals
|
- name: Leaked Globals
|
||||||
|
|
Loading…
Add table
Reference in a new issue