From 8a9dd9c04df8b145cc9814759249a43e1e2f9f88 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Wed, 12 Aug 2020 20:00:03 -0700 Subject: [PATCH] Run non-isolated tests in parallel --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index f98e43c1..7a8f2577 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -182,6 +182,7 @@ function test(cb) { 'python', 'manage.py', 'test', + '--parallel', '--exclude-tag', 'isolate' ];