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',
|
||||
'manage.py',
|
||||
'test',
|
||||
'--parallel',
|
||||
'--exclude-tag',
|
||||
'isolate'
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue