Skip to content

Commit 5521870

Browse files
authored
ZJIT: Run test-basic as well (ruby#14447)
1 parent 34fd55d commit 5521870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/zjit-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
configure: '--enable-zjit=dev'
4444
testopts: '--seed=11831'
4545

46-
- test_task: 'btest'
46+
- test_task: 'test'
4747
configure: '--enable-zjit=dev'
4848
zjit_opts: '--zjit-call-threshold=1'
4949

.github/workflows/zjit-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
configure: '--enable-zjit=dev'
6565
testopts: '--seed=18140'
6666

67-
- test_task: 'btest'
67+
- test_task: 'test'
6868
configure: '--enable-zjit=dev'
6969
zjit_opts: '--zjit-call-threshold=1'
7070

0 commit comments

Comments
 (0)