From 1d10befd6a61ca879741dc37a15eb3fbf8ccf437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 14 Dec 2015 11:22:29 +0100 Subject: 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. --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index b1feef7..d4fc9b7 100644 --- a/circle.yml +++ b/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 -- cgit v1.2.3