Skip to content

Commit

Permalink
Pass RUN_OPTS in YJIT macos test (#10214)
Browse files Browse the repository at this point in the history
`RUN_OPTS` environment variable is set but not passed to the test
task, unlike yjit-ubuntu.yml.
  • Loading branch information
nobu committed Mar 11, 2024
1 parent 9f31577 commit a295eeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/yjit-macos.yml
Expand Up @@ -113,8 +113,9 @@ jobs:
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}

- name: make ${{ matrix.test_task }}
run: |
run: >-
make -s ${{ matrix.test_task }} ${TESTS:+TESTS="$TESTS"}
RUN_OPTS="$RUN_OPTS"
timeout-minutes: 60
env:
RUBY_TESTOPTS: '-q --tty=no'
Expand Down

0 comments on commit a295eeb

Please sign in to comment.