diff --git a/.circleci/config.yml b/.circleci/config.yml index 29d5893..43ca566 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: name: Restoring cache - run: name: Compile - command: nix-shell --run 'make sdist test -j2' + command: nix-shell --run 'make sdist test --jobs=2' environment: CABAL_BUILD_FLAGS: --jobs=2 - save_cache: