Pass RUN_OPTS in YJIT macos test (#10214)

`RUN_OPTS` environment variable is set but not passed to the test
task, unlike yjit-ubuntu.yml.
This commit is contained in:
Nobuyoshi Nakada 2024-03-11 23:41:42 +09:00 committed by GitHub
parent 9f31577987
commit a295eeba9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'