1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Added missing condition for test-bundler and test-bundled-gems.

This commit is contained in:
Hiroshi SHIBATA 2019-08-17 12:08:07 +09:00 committed by SHIBATA Hiroshi
parent ea496e9fb2
commit 2468466a1a
Notes: git 2019-08-31 04:40:14 +09:00

View file

@ -55,6 +55,7 @@ jobs:
continue-on-error: true
- name: make test-bundler/test-bundled-gems
run: make -s ${{ matrix.test_task }}
if: matrix.test_task != 'check'
continue-on-error: true
- name: Leaked Globals
run: make -s leaked-globals