Skip to content

Commit

Permalink
Merge pull request #196 from bastelfreak/ci
Browse files Browse the repository at this point in the history
CI: Test if the gem builds
  • Loading branch information
bastelfreak committed Oct 9, 2021
2 parents ab6a570 + 7b12566 commit fd9ea56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
BUNDLE_WITHOUT: release
- name: Run tests
run: bundle exec rake spec
- name: Build gem
run: gem build *.gemspec

0 comments on commit fd9ea56

Please sign in to comment.