Browse Source

Disable parallel testing on CircleCI

Now that we have Dialyzer tests, we run out of memory if we run
too many at the same time.
Loïc Hoguin 9 years ago
parent
commit
1d10befd6a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      circle.yml

+ 2 - 2
circle.yml

@@ -17,5 +17,5 @@ dependencies:
 
 test:
   override:
-    - source $HOME/erlang/OTP-18.0.2/activate && make -j 32 -k check
-    - source $HOME/erlang/OTP-18.0.2/activate && make -j 32 -k check LEGACY=1
+    - source $HOME/erlang/OTP-18.0.2/activate && make -k check
+    - source $HOME/erlang/OTP-18.0.2/activate && make -k check LEGACY=1