2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

run test paralell

This commit is contained in:
Matthias
2022-02-13 04:59:10 +01:00
parent 673435fe90
commit ef79990016

View File

@ -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