File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3636 configure : ' --enable-zjit=dev'
3737 run_opts : ' --zjit-call-threshold=1'
3838 specopts : ' -T --zjit-call-threshold=1'
39+ test_all_opts : ' --seed=46450'
3940
4041 - test_task : ' zjit-check' # zjit-test + quick feedback of test_zjit.rb
4142 configure : ' --enable-yjit=dev --enable-zjit'
@@ -117,7 +118,7 @@ jobs:
117118 TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' '
118119 SYNTAX_SUGGEST_TIMEOUT : ' 5'
119120 PRECHECK_BUNDLED_GEMS : ' no'
120- TESTS : ${{ matrix.tests }}
121+ TESTS : ${{ matrix.test_all_opts }}
121122 continue-on-error : ${{ matrix.continue-on-test_task || false }}
122123
123124 - uses : ./.github/actions/slack
Original file line number Diff line number Diff line change 5555 configure : ' --enable-zjit=dev'
5656 run_opts : ' --zjit-call-threshold=1'
5757 specopts : ' -T --zjit-call-threshold=1'
58+ test_all_opts : ' --seed=39471'
5859
5960 - test_task : ' zjit-check' # zjit-test + quick feedback of test_zjit.rb
6061 configure : ' --enable-yjit --enable-zjit=dev'
@@ -159,7 +160,7 @@ jobs:
159160 SYNTAX_SUGGEST_TIMEOUT : ' 5'
160161 ZJIT_BINDGEN_DIFF_OPTS : ' --exit-code'
161162 LIBCLANG_PATH : ${{ matrix.libclang_path }}
162- TESTS : ${{ matrix.tests }}
163+ TESTS : ${{ matrix.test_all_opts }}
163164 continue-on-error : ${{ matrix.continue-on-test_task || false }}
164165
165166 - uses : ./.github/actions/slack
You can’t perform that action at this time.
0 commit comments