From cb390e87dc682a277579f44fac6aea57e16e5f7a Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 8 Aug 2019 13:29:02 -0700 Subject: Add more runners Closes: https://github.com/ruby/ruby/pull/2327 --- .github/workflows/workflow.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index df093f3ca2..224657e051 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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 -- cgit v1.2.3