File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
3333 matrix :
3434 include :
3535 - test_task : ' check'
36- configure : ' --enable-zjit=dev'
3736 run_opts : ' --zjit-call-threshold=1'
3837 specopts : ' -T --zjit-call-threshold=1'
38+ configure : ' --enable-zjit=dev'
3939 test_all_opts : ' --seed=46450'
4040
4141 - test_task : ' check'
42- configure : ' --enable-zjit=dev'
4342 run_opts : ' --zjit-call-threshold=1 --zjit-disable-hir-opt'
4443 specopts : ' -T --zjit-call-threshold=1 -T --zjit-disable-hir-opt'
44+ configure : ' --enable-zjit=dev'
4545 test_all_opts : ' --seed=46450'
4646
4747 - test_task : ' zjit-check' # zjit-test + quick feedback of test_zjit.rb
Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ jobs:
5252 matrix :
5353 include :
5454 - test_task : ' check'
55- configure : ' --enable-zjit=dev'
5655 run_opts : ' --zjit-call-threshold=1'
5756 specopts : ' -T --zjit-call-threshold=1'
57+ configure : ' --enable-zjit=dev'
5858 test_all_opts : ' --seed=39471'
5959
6060 - test_task : ' check'
61- configure : ' --enable-zjit=dev'
6261 run_opts : ' --zjit-call-threshold=1 --zjit-disable-hir-opt'
6362 specopts : ' -T --zjit-call-threshold=1 -T --zjit-disable-hir-opt'
63+ configure : ' --enable-zjit=dev'
6464 test_all_opts : ' --seed=39471'
6565
6666 - test_task : ' zjit-check' # zjit-test + quick feedback of test_zjit.rb
You can’t perform that action at this time.
0 commit comments