diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b78b2f8..5415968e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,4 +104,4 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true # 'bundle install' and cache gems - name: Run Rake with Rails ${{ matrix.rails }} - run: RUBYOPT="-w" bundle exec rake + run: bundle exec rake