diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index ac16a72..570e863 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -25,6 +25,4 @@ jobs: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests - run: rake - - name: Rubocop run: rubocop