Run coverage tests in parallel

This commit is contained in:
Christopher C. Wells 2020-08-12 20:12:20 -07:00
parent 6859d120d9
commit 993437938d
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ function coverage(cb) {
'run', 'run',
'manage.py', 'manage.py',
'test', 'test',
'--parallel',
'--exclude-tag', '--exclude-tag',
'isolate' 'isolate'
], ],