remove failfast

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2024-01-11 15:31:13 +01:00
parent cd92eced13
commit 7cac5f6171
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ test-docker: ## Run all tests in a docker-compose
rm -f .env
test: ## Run the server tests and produce a coverage report (locally)
coverage run manage.py test --keepdb --failfast authentik
coverage run manage.py test --keepdb authentik
coverage html
coverage report