diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8876cfb..a0584ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - run: bundle exec rake ${{ matrix.tests }} + - run: bundle exec rake ${{ matrix.test_task }} coverage: needs: [ test ] name: coverage