Drop -v from RJIT CI

It no longer hangs these days. It takes a lot of work to scroll through
a lot of lines when reading logs.
This commit is contained in:
Takashi Kokubun 2024-06-02 22:35:06 -07:00
parent cb6dcc7746
commit ac62adadc0

View File

@ -83,7 +83,7 @@ jobs:
timeout-minutes: 30
env:
GNUMAKEFLAGS: ''
RUBY_TESTOPTS: '-v --tty=no'
RUBY_TESTOPTS: '--tty=no'
RUN_OPTS: ${{ matrix.run_opts }}
- name: make test-all