mirror of https://github.com/snachodog/mybuddy.git
Run non-isolated tests in parallel
This commit is contained in:
parent
426378c3e1
commit
8a9dd9c04d
|
@ -182,6 +182,7 @@ function test(cb) {
|
||||||
'python',
|
'python',
|
||||||
'manage.py',
|
'manage.py',
|
||||||
'test',
|
'test',
|
||||||
|
'--parallel',
|
||||||
'--exclude-tag',
|
'--exclude-tag',
|
||||||
'isolate'
|
'isolate'
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue