Skip to content

Commit 8d1c459

Browse files
committed
ZJIT: Move CI configure below run_opts and specopts
1 parent d1c845e commit 8d1c459

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/zjit-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/zjit-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)