Run non-isolated tests in parallel

This commit is contained in:
Christopher C. Wells 2020-08-12 20:00:03 -07:00
parent 426378c3e1
commit 8a9dd9c04d
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ function test(cb) {
'python', 'python',
'manage.py', 'manage.py',
'test', 'test',
'--parallel',
'--exclude-tag', '--exclude-tag',
'isolate' 'isolate'
]; ];