From ac62adadc0413d86171d78339eaca2b91e81166f Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 2 Jun 2024 22:35:06 -0700 Subject: [PATCH] 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. --- .github/workflows/rjit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rjit.yml b/.github/workflows/rjit.yml index 509088db7d..21e697315b 100644 --- a/.github/workflows/rjit.yml +++ b/.github/workflows/rjit.yml @@ -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