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

Removed make check

This commit is contained in:
Hiroshi SHIBATA 2019-08-12 07:25:11 +09:00
parent fc97aa9313
commit e96321d006
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
test_task: [ "check", "test-bundler", "test-bundled-gems" ]
test_task: [ "test-bundler", "test-bundled-gems" ]
steps:
- name: Install libraries
run: |
@ -35,11 +35,9 @@ jobs:
- name: configure
run: ./configure -C --disable-install-doc
- run: make $JOBS
- name: make check/test-bundler/test-bundled-gems
- name: make test-bundler/test-bundled-gems
run: make -s ${{ matrix.test_task }}
env:
TESTOPTS: "$JOBS -q --tty=no"
MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
CI: "true"
- name: Leaked Globals
run: make -s leaked-globals