From 40177710a97620c2b8af55c33100187861288721 Mon Sep 17 00:00:00 2001 From: Simone Carletti Date: Sun, 24 Jul 2022 17:23:39 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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