From ef79990016cbc79db345fce239b436d1a3cc3fc5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Feb 2022 04:59:10 +0100 Subject: [PATCH] run test paralell --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 34528e2609..c68c31fbf5 100644 --- a/tasks.py +++ b/tasks.py @@ -274,7 +274,7 @@ def test(c, database=None): manage(c, 'check') # Run coverage tests - manage(c, 'test', pty=True) + manage(c, 'test --parallel', pty=True) @task