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:
parent
cb6dcc7746
commit
ac62adadc0
2
.github/workflows/rjit.yml
vendored
2
.github/workflows/rjit.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
env:
|
env:
|
||||||
GNUMAKEFLAGS: ''
|
GNUMAKEFLAGS: ''
|
||||||
RUBY_TESTOPTS: '-v --tty=no'
|
RUBY_TESTOPTS: '--tty=no'
|
||||||
RUN_OPTS: ${{ matrix.run_opts }}
|
RUN_OPTS: ${{ matrix.run_opts }}
|
||||||
|
|
||||||
- name: make test-all
|
- name: make test-all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user