Skip to content

Commit

Permalink
Enable a few more test-all tests on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecb authored and k0kubun committed Aug 25, 2022
1 parent d2e5b01 commit 922add7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yjit-new-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ jobs:
- run: make -j rdoc

# Run John's YJIT instruction tests, and make sure we can load the test-all runner
- run: make test-all TESTS='test/ruby/test_yjit.rb' RUN_OPTS="--yjit-call-threshold=1"
- run: make -j test-all TESTS='test/ruby/test_method 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

0 comments on commit 922add7

Please sign in to comment.