diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 506c52ad..415c19c2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - - name: Rubocop - run: bundle exec rake rubocop +# - name: Rubocop +# run: bundle exec rake rubocop - name: Run tests run: bundle exec rake test