From 9d05be9d9c0db8fe00322a2ac4628c758052b886 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Sat, 25 Jun 2022 14:00:16 -0800 Subject: [PATCH] CI: just show dots please [git-p4: depot-paths = "//src/minitest/dev/": change = 13464] --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e7c9d8..0c2a3de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,6 @@ jobs: test: name: >- test ${{ matrix.os }} ${{ matrix.ruby }} - env: - TESTOPTS: -v runs-on: ${{ matrix.os }} if: | @@ -53,8 +51,6 @@ jobs: isolated: name: >- test:isolated ${{ matrix.os }} ${{ matrix.ruby }} - env: - TESTOPTS: -v runs-on: ubuntu-latest if: |