mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 04:03:12 -04:00
Merge pull request #1552 from alphagov/moar-cores
Use more processors when running tests
This commit is contained in:
@@ -35,5 +35,5 @@ npm test
|
|||||||
display_result $? 2 "Front end code style check"
|
display_result $? 2 "Front end code style check"
|
||||||
|
|
||||||
## Code coverage
|
## 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"
|
display_result $? 3 "Code coverage"
|
||||||
|
|||||||
Reference in New Issue
Block a user