Skip to content

Commit

Permalink
CI: build gem with --strict & --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 6, 2024
1 parent 5a8ef9e commit a6e2b52
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 @@ -40,7 +40,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Verify gem builds
run: gem build *.gemspec
run: gem build --strict --verbose *.gemspec
# Currently no tests are defined in this gem
# - name: Run spec tests
# run: bundle exec rake
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

0 comments on commit a6e2b52

Please sign in to comment.