Add more runners

Closes: https://github.com/ruby/ruby/pull/2327
This commit is contained in:
Aaron Patterson 2019-08-08 13:29:02 -07:00 committed by Takashi Kokubun
parent 54bdfe27f3
commit cb390e87dc
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -33,3 +33,7 @@ jobs:
- run: make $JOBS
- run: make -s test TESTOPTS="${TESTOPTS=$JOBS -q --tty=$CONFIGURE_TTY}"
- run: make -s test-all TESTOPTS="${TESTOPTS=$JOBS -q --tty=$CONFIGURE_TTY}"
- name: Ruby Spec
run: make -s test-spec MSPECOPT=-ff # not using `-j` because sometimes `mspec -j` silently dies
- name: Leaked Globals
run: make -s leaked-globals