summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-08-18 07:49:27 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-29 09:09:41 -0700
commit5114ddce3f3475aba8bead85f5fe9db774a4cc14 (patch)
treefc5ca2b73b8f34401eac7e53d15e809f80d07fc7 /.cirrus.yml
parenta78bbef12feac4d4f5eca98718cf7418c1b8e584 (diff)
downloadruby-5114ddce3f3475aba8bead85f5fe9db774a4cc14.tar.gz
Avoid marking op_type on gen_defined (https://github.com/Shopify/ruby/pull/419)
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 35f908df04..21f3e38651 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -170,6 +170,6 @@ yjit_task:
make_rdoc_script: source $HOME/.cargo/env && make -j rdoc
# Run John's YJIT instruction tests, and make sure we can load the test-all runner
- test_yjit_script: source $HOME/.cargo/env && make test-all TESTS='test/ruby/test_yjit.rb' RUN_OPTS="--yjit-call-threshold=1"
+ test_yjit_script: source $HOME/.cargo/env && make -j test-all TESTS='test/ruby/test_method.rb test/ruby/test_yjit.rb' RUN_OPTS="--yjit-call-threshold=1"
# TODO: check that we can we run all of test-all successfully