mirror of https://github.com/snachodog/mybuddy.git
Run coverage tests in parallel
This commit is contained in:
parent
6859d120d9
commit
993437938d
|
@ -42,6 +42,7 @@ function coverage(cb) {
|
||||||
'run',
|
'run',
|
||||||
'manage.py',
|
'manage.py',
|
||||||
'test',
|
'test',
|
||||||
|
'--parallel',
|
||||||
'--exclude-tag',
|
'--exclude-tag',
|
||||||
'isolate'
|
'isolate'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue