aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2019-08-08 13:29:02 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-09 13:15:18 +0900
commitcb390e87dc682a277579f44fac6aea57e16e5f7a (patch)
treefadabfbab50121678ea21e27a02e73c874d03fd1
parent54bdfe27f361c0cccb9d16f32e5796b47d017134 (diff)
downloadruby-cb390e87dc682a277579f44fac6aea57e16e5f7a.tar.gz
Add more runners
Closes: https://github.com/ruby/ruby/pull/2327
-rw-r--r--.github/workflows/workflow.yml4
1 files changed, 4 insertions, 0 deletions
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