summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-10-08 14:44:02 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:43 -0400
commit27661ee8a358626691a39c0ebe405b6bd8f66a2f (patch)
treeb84b52f3c0b4ddc549f40539c7dd0484def9762e
parentefed45966b3aac728bbbe2cfc7ec937b7712c146 (diff)
Turn on YJIT in macOS workflow
It wasn't on at all and the printout of RUBY_DESCRIPTION at the end of `make check` wasn't saying +YJIT.
-rw-r--r--.github/workflows/yjit-macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/yjit-macos.yml b/.github/workflows/yjit-macos.yml
index 1cda29b447..a0054f8a0c 100644
--- a/.github/workflows/yjit-macos.yml
+++ b/.github/workflows/yjit-macos.yml
@@ -1,4 +1,4 @@
-name: YJIT MacOS
+name: YJIT macOS
on: [push, pull_request]
jobs:
make:
@@ -45,7 +45,7 @@ jobs:
if: matrix.test_task == 'check'
- run: make prepare-gems
if: ${{ matrix.test_task == 'check' }}
- - run: make $JOBS -s ${{ matrix.test_task }}
+ - run: make $JOBS -s ${{ matrix.test_task }} RUN_OPTS="$RUN_OPTS"
timeout-minutes: 60
env:
RUBY_TESTOPTS: "-q --tty=no"