We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946695c commit d966ba7Copy full SHA for d966ba7
.github/workflows/zjit-macos.yml
@@ -118,7 +118,7 @@ jobs:
118
make -s ${{ matrix.test_task }} ${TESTS:+TESTS="$TESTS"} \
119
RUN_OPTS="$RUN_OPTS" \
120
SPECOPTS="$SPECOPTS" \
121
- TESTOPTS="$RUBY_TESTOPTS $TESTOPTS"
+ TESTOPTS="$TESTOPTS"
122
timeout-minutes: 60
123
env:
124
RUBY_TESTOPTS: '-q --tty=no'
.github/workflows/zjit-ubuntu.yml
@@ -164,7 +164,7 @@ jobs:
164
set -x
165
166
RUN_OPTS="$RUN_OPTS" MSPECOPT=--debug SPECOPTS="$SPECOPTS" \
167
- TESTOPTS="$RUBY_TESTOPTS $TESTOPTS" \
+ TESTOPTS="$TESTOPTS" \
168
ZJIT_BINDGEN_DIFF_OPTS="$ZJIT_BINDGEN_DIFF_OPTS"
169
timeout-minutes: 90
170
0 commit comments