Move Rspec retries count to CI config and remove in local environment

When running tests locally we want them to fail immediately

Reference: https://github.com/NoRedInk/rspec-retry#environment-variables
This commit is contained in:
Matt-Yorkley
2021-06-21 11:21:11 +01:00
parent 3d65929a74
commit 99035a250b
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ env:
DISABLE_KNAPSACK: true
TIMEZONE: UTC
COVERAGE: true
RSPEC_RETRY_RETRY_COUNT: 3
jobs:
test-controllers-and-serializers: