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 May 28, 2024
1 parent 1028dcb commit 916c0bd
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:development:rubocop
- 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 @@ -46,7 +46,7 @@ jobs:
- name: spec tests
run: bundle exec rake test:spec
- name: Build gem
run: gem build *.gemspec
run: gem build --strict --verbose *.gemspec
# It seems some additonal setup of Docker may be needed for
# the acceptance tests to work.
# - name: Run acceptance tests
Expand Down

0 comments on commit 916c0bd

Please sign in to comment.