Skip to content

Commit

Permalink
CI: build gem with strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 19, 2024
1 parent e2cc7fc commit bd71aca
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 @@ -16,7 +16,7 @@ jobs:
with:
ruby-version: '3.1'
- 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 @@ -40,7 +40,7 @@ jobs:
- name: Run tests
run: bundle exec rake ${{ matrix.rake_task }} RUBYOPT="${{ matrix.rubyopt }}"
- name: Build gem
run: gem build *.gemspec
run: gem build --strict --verbose *.gemspec
tests:
needs:
- test
Expand Down

0 comments on commit bd71aca

Please sign in to comment.