Skip to content

Commit

Permalink
Drop -v from RJIT CI
Browse files Browse the repository at this point in the history
It no longer hangs these days. It takes a lot of work to scroll through
a lot of lines when reading logs.
  • Loading branch information
k0kubun committed Jun 3, 2024
1 parent cb6dcc7 commit ac62ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rjit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac62ada

Please sign in to comment.