Skip to content

Commit 699e8a5

Browse files
yahondaclaude
andcommitted
Enable Ruby warnings in CI test runs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0929173 commit 699e8a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ jobs:
8484
bundle install --jobs 4 --retry 3
8585
- name: Run RSpec
8686
run: |
87-
bundle exec rspec
87+
RUBYOPT=-w bundle exec rspec

.github/workflows/test_11g.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ jobs:
8585
bundle install --jobs 4 --retry 3
8686
- name: Run RSpec
8787
run: |
88-
bundle exec rspec
88+
RUBYOPT=-w bundle exec rspec

0 commit comments

Comments
 (0)