Skip to content

Commit

Permalink
Build gem during CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 13, 2022
1 parent d4cc3be commit dca01f5
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 @@ -30,5 +30,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Build gem
run: gem build *.gemspec
- name: Run tests
run: bundle exec rake spec

0 comments on commit dca01f5

Please sign in to comment.