summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-10-15 15:49:05 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:43 -0400
commitde0af4faada742ca5113318776aa2d96e403a982 (patch)
tree4d25e8694683e183b93e62434bd479452f63e926
parent27358b6ee488a51cfa89a096d287a12a1950967c (diff)
Revert "Disable YJIT while running MJIT tests (#62)"
This reverts commit 60f3f25cc421b75b3dbf02fef759c4857bf3ef46. We don't need to pass --disable-yjit when running MJIT tests anymore because we are off by default.
-rw-r--r--.github/workflows/mjit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml
index b45dc29a55..63011e78d0 100644
--- a/.github/workflows/mjit.yml
+++ b/.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