about summary refs log tree commit diff
path: root/config/webpacker.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/webpacker.yml')
-rw-r--r--config/webpacker.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/webpacker.yml b/config/webpacker.yml
index 8d8470651..ea814a0e6 100644
--- a/config/webpacker.yml
+++ b/config/webpacker.yml
@@ -40,6 +40,10 @@ test:
   # Compile test packs to a separate directory
   public_output_path: packs-test
 
+  # CircleCI precompiles packs prior to running the tests.
+  # Also avoids race conditions in parallel_tests.
+  compile: false
+
 production:
   <<: *default