Skip to content

Commit

Permalink
build gem in strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jan 23, 2025
1 parent 729e54f commit 7dde028
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.yaml
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 --verbose *.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/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
- env:
PUPPET_VERSION: ${{ matrix.puppet }}
run: bundle exec rake full_tests
- name: Build gem
run: gem build --strict --verbose *.gemspec

tests:
needs:
Expand Down

0 comments on commit 7dde028

Please sign in to comment.