Skip to content

Commit

Permalink
Merge pull request #82 from voxpupuli/strict
Browse files Browse the repository at this point in the history
CI: Build gems with strictness and verbosity
  • Loading branch information
bastelfreak committed Apr 27, 2023
2 parents e29034f + 01cb200 commit 7181983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
BUNDLE_WITHOUT: release
- name: Build gem
run: gem build *.gemspec
run: gem build --strict --verbose *.gemspec
- name: Publish gem to rubygems.org
run: gem push *.gem
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Build the gem
run: gem build *.gemspec
run: gem build --strict --verbose *.gemspec

0 comments on commit 7181983

Please sign in to comment.