8000 Revert "Disable YJIT while running MJIT tests (#62)" · ruby/ruby@de0af4f · GitHub
[go: up one dir, main page]

Skip to content

Commit de0af4f

Browse files
committed
Revert "Disable YJIT while running MJIT tests (#62)"
This reverts commit 60f3f25. We don't need to pass --disable-yjit when running MJIT tests anymore because we are off by default.
1 parent 27358b6 commit de0af4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mjit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
env:
1212
TESTOPTS: '-q --tty=no'
13-
RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3 --disable-yjit'
13+
RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3'
1414
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
1515
steps:
1616
- run: mkdir build

0 commit comments

Comments
 (0)
0