Skip to content

Commit

Permalink
Add tests job
Browse files Browse the repository at this point in the history
By [request](#50 (comment))
  • Loading branch information
silug committed Jun 6, 2024
1 parent e78745e commit 4569100
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4569100

Please sign in to comment.