Skip to content

Commit

Permalink
Build gems with verbosity and strictness
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Apr 28, 2023
1 parent 506d0e6 commit 8c9497a
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 @@ -39,7 +39,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Build gem
run: gem build *.gemspec
run: gem build --strict --verbose *.gemspec
- name: Run tests
run: bundle exec rake spec
tests:
Expand Down

0 comments on commit 8c9497a

Please sign in to comment.