From b0c4832d5d178fc75cd720e1b3bbe9d86735f1b9 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 7 May 2020 08:32:30 -0400 Subject: [PATCH] Get the option name right --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 70e5ddd..61e8b23 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -125,7 +125,7 @@ jobs: # # Also limit the number of concurrent jobs because of resource # constraints on CircleCI. :/ - nix-build --jobs 1 --argstr hypothesisProfile ci --arg collectCoverage true --attr doc + nix-build --max-jobs 1 --argstr hypothesisProfile ci --arg collectCoverage true --attr doc - run: name: "Cache codecov" -- GitLab