Revert "Disable YJIT while running MJIT tests (#62)"

This reverts commit 60f3f25cc4.
We don't need to pass --disable-yjit when running MJIT tests anymore
because we are off by default.
This commit is contained in:
Alan Wu 2021-10-15 15:49:05 -04:00
Родитель 27358b6ee4
Коммит de0af4faad
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/mjit.yml поставляемый
Просмотреть файл

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
TESTOPTS: '-q --tty=no'
RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3 --disable-yjit'
RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3'
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
steps:
- run: mkdir build