From 39e09c78550ec09f95b96f562a55cd66a09775d1 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Mon, 19 Aug 2019 13:56:50 +0200 Subject: [PATCH] Use a container with more memory available on CI --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d4e8f4aa3..6cf2a2b2e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,6 +86,7 @@ jobs: Rust tests - stable: docker: - image: circleci/rust:latest + resource_class: "medium+" steps: - rust-tests Rust tests - beta: