Skip to content

Commit 6cfb5a4

Browse files
committed
Give up on warnings for now
Not sure why so many in CI that aren't local.
1 parent 3873221 commit 6cfb5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ jobs:
104104
ruby-version: ${{ matrix.ruby }}
105105
bundler-cache: true # 'bundle install' and cache gems
106106
- name: Run Rake with Rails ${{ matrix.rails }}
107-
run: RUBYOPT="-w" bundle exec rake
107+
run: bundle exec rake

0 commit comments

Comments
 (0)