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:
parent
9f31577987
commit
a295eeba9d
3
.github/workflows/yjit-macos.yml
vendored
3
.github/workflows/yjit-macos.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user