mirror of
https://github.com/ruby/ruby.git
synced 2025-08-28 15:36:16 +02:00
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
1 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue