File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- test_task : ' zjit-test-all'
42
42
configure : ' --enable-zjit=dev'
43
+ testopts : ' --seed=11831'
43
44
44
45
- test_task : ' btest'
45
46
configure : ' --enable-zjit=dev'
48
49
GITPULLOPTIONS : --no-tags origin ${{ github.ref }}
49
50
RUN_OPTS : ${{ matrix.zjit_opts }}
50
51
SPECOPTS : ${{ matrix.specopts }}
52
+ TESTOPTS : ${{ matrix.testopts }}
51
53
52
54
runs-on : macos-14
53
55
@@ -146,6 +148,7 @@ jobs:
146
148
make -s ${{ matrix.test_task }} ${TESTS:+TESTS="$TESTS"}
147
149
RUN_OPTS="$RUN_OPTS"
148
150
SPECOPTS="$SPECOPTS"
151
+ TESTOPTS="$TESTOPTS"
149
152
timeout-minutes : 60
150
153
env :
151
154
RUBY_TESTOPTS : ' -q --tty=no'
Original file line number Diff line number Diff line change 42
42
43
43
- test_task : ' zjit-test-all'
44
44
configure : ' --enable-zjit=dev'
45
+ testopts : ' --seed=11831'
45
46
46
47
- test_task : ' btest'
47
48
configure : ' --enable-zjit=dev'
51
52
RUN_OPTS : ${{ matrix.zjit_opts }}
52
53
YJIT_BENCH_OPTS : ${{ matrix.yjit_bench_opts }}
53
54
SPECOPTS : ${{ matrix.specopts }}
55
+ TESTOPTS : ${{ matrix.testopts }}
54
56
RUBY_DEBUG : ci
55
57
BUNDLE_JOBS : 8 # for yjit-bench
56
58
RUST_BACKTRACE : 1
@@ -177,6 +179,7 @@ jobs:
177
179
ZJIT_BINDGEN_DIFF_OPTS : ' --exit-code'
178
180
LIBCLANG_PATH : ${{ matrix.libclang_path }}
179
181
TESTS : ${{ matrix.tests }}
182
+ TESTOPTS : ${{ matrix.testopts }}
180
183
continue-on-error : ${{ matrix.continue-on-test_task || false }}
181
184
if : ${{ matrix.test_task != 'btest' }}
182
185
You can’t perform that action at this time.
0 commit comments