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

Run test-all with RUBY_YJIT_ENABLE=1 on CI (https://github.com/Shopify/ruby/pull/418)

This commit is contained in:
Takashi Kokubun 2022-08-18 13:00:54 -07:00
parent f883aabc13
commit d5fe9e1d9a
Notes: git 2022-08-30 01:10:14 +09:00

View file

@ -172,4 +172,5 @@ yjit_task:
# Run John's YJIT instruction tests, and make sure we can load the test-all runner
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
# Run test-all with the default call threshold
test_yjit_script: source $HOME/.cargo/env && RUBY_YJIT_ENABLE=1 make -j test-all