Set RAILS_ENV=test in test suite

This commit is contained in:
Matt-Yorkley
2021-09-02 17:23:53 +01:00
parent dc8939c35f
commit 0459071ce3

View File

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