mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Drop continue-on-error for make check
Like macos.yml, we don't need to ignore `make check` failure.
This commit is contained in:
parent
50623f3df0
commit
a0e80c7cb7
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ubuntu.yml
vendored
3
.github/workflows/ubuntu.yml
vendored
|
@ -45,14 +45,13 @@ jobs:
|
|||
- name: configure
|
||||
run: ./configure -C --disable-install-doc
|
||||
- run: make $JOBS
|
||||
# TODO: Remove `continue-on-error` once they become stable and also we have a notification for their failure.
|
||||
- name: make check
|
||||
run: make -s ${{ matrix.test_task }}
|
||||
env:
|
||||
TESTOPTS: "$JOBS -q --tty=no"
|
||||
MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
|
||||
if: matrix.test_task == 'check'
|
||||
continue-on-error: true
|
||||
# TODO: Remove `continue-on-error` once they become stable and also we have a notification for their failure.
|
||||
- name: make test-bundler/test-bundled-gems
|
||||
run: make -s ${{ matrix.test_task }}
|
||||
if: matrix.test_task != 'check'
|
||||
|
|
Loading…
Add table
Reference in a new issue