Merge pull request #1552 from alphagov/moar-cores

Use more processors when running tests
This commit is contained in:
Chris Hill-Scott
2017-10-19 11:34:40 +01:00
committed by GitHub

View File

@@ -35,5 +35,5 @@ npm test
display_result $? 2 "Front end code style check"
## Code coverage
py.test -n2 --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml --strict
py.test -n4 --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml --strict
display_result $? 3 "Code coverage"