remove the multiple workers from the tests

This commit is contained in:
Kenneth Kehl
2023-08-11 14:07:32 -07:00
parent f7b822b950
commit dc80e7e00a

View File

@@ -47,7 +47,7 @@ jobs:
- name: Check imports alphabetized
run: pipenv run isort --check-only ./app ./tests
- name: Run tests with coverage
run: pipenv run coverage run --omit=*/notifications_utils/* -m pytest -n4 --maxfail=10
run: pipenv run coverage run --omit=*/notifications_utils/* -m pytest --maxfail=10
env:
SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
- name: Check coverage threshold