From cb6aeb4e3180a73ee5df92874e441ea5b53fb12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 25 Nov 2021 21:44:58 +0000 Subject: [PATCH] Not need to run unit tests twice --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c535f4f9..a37eb440 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,10 +32,6 @@ jobs: run: bundle exec rake test:unit timeout-minutes: 3 - - name: Run unit tests - run: bundle exec rake test:unit - timeout-minutes: 3 - - name: Run acceptance tests run: bundle exec rake test:acceptance timeout-minutes: 10