diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aacb07e..eb6a924 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,3 +43,12 @@ jobs: # Currently no tests are defined in this gem # - name: Run spec tests # run: bundle exec rake + + tests: + needs: + - rubocop + - test + runs-on: ubuntu-latest + name: Test suite + steps: + - run: echo Test suite completed