From 2396b08c767317f51c1c8b7edddafdb50d05d713 Mon Sep 17 00:00:00 2001 From: Simone Carletti Date: Thu, 14 Jul 2022 19:58:23 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 64772bfd..ff4cf1fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,5 +23,6 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # 'bundle install' and cache gems + - run: bundle exec rake rubocop - name: Run tests - run: bundle exec rake + run: bundle exec rake test