Skip to content

Commit

Permalink
Run test-all with RUBY_YJIT_ENABLE=1 on CI (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Aug 25, 2022
1 parent a60346c commit 0d5e66c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion .github/workflows/yjit-new-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ jobs:
# Run John's YJIT instruction tests, and make sure we can load the test-all runner
- run: make -j test-all TESTS='test/ruby/test_assignment test/ruby/test_call test/ruby/test_class test/ruby/test_gc test/ruby/test_method test/ruby/test_proc test/ruby/test_module test/ruby/test_yjit' 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
- run: RUBY_YJIT_ENABLE=1 make -j test-all

0 comments on commit 0d5e66c

Please sign in to comment.