Skip to content

Commit

Permalink
CI: Build Gems ins strict & verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Feb 7, 2024
1 parent 971ed44 commit 56dc502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
bundler-cache: true
- name: Run tests
run: bundle exec rake
- name: Build gem
run: gem build --strict --verbose *.gemspec

tests:
needs:
Expand Down

0 comments on commit 56dc502

Please sign in to comment.