Skip to content

Commit

Permalink
CI: Build gems with strict and verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 28, 2024
1 parent 41f4da1 commit bd539e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Run behavior tests
run: bundle exec cucumber
- name: Build gem
run: gem build --verbose *.gemspec
run: gem build --strict --verbose *.gemspec
tests:
needs:
- rubocop
Expand Down
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 --verbose *.gemspec
run: gem build --strict --verbose *.gemspec
- name: Publish gem to rubygems.org
run: gem push *.gem
env:
Expand Down

0 comments on commit bd539e9

Please sign in to comment.