From b1967b42e3ceb4621ddee729cddc5e4e3bbe35fb Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 30 Mar 2021 13:05:49 +0200 Subject: [PATCH] root: temporarily use failfast to debug tests Signed-off-by: Jens Langhammer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 087a20cca..e23a2c9ff 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ test-integration: coverage run manage.py test -v 3 tests/integration test-e2e: - coverage run manage.py test -v 3 tests/e2e + coverage run manage.py test --failfast -v 3 tests/e2e coverage: coverage run manage.py test -v 3 authentik