From cec8a115a13d5ed1dfc5af61b506d4fc89d188c5 Mon Sep 17 00:00:00 2001 From: Gannon McGibbon Date: Thu, 21 Nov 2024 15:27:39 -0600 Subject: [PATCH] Debug --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c48cb07..c860980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: gemfile: Gemfile env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps BUNDLE_GEMFILE: ${{ matrix.ruby.gemfile }} + TESTOPTS: "-v" steps: - uses: actions/checkout@v3 - name: Set up Ruby ${{ matrix.ruby.version }}