Skip to content
Snippets Groups Projects
Unverified Commit fb328662 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Crank the dial down even further since it still gets killed with `--max-jobs 1`

parent 9963a20c
No related branches found
No related tags found
1 merge request!144Disable the Eliot test suite
...@@ -125,7 +125,7 @@ jobs: ...@@ -125,7 +125,7 @@ jobs:
# #
# Also limit the number of concurrent jobs because of resource # Also limit the number of concurrent jobs because of resource
# constraints on CircleCI. :/ # constraints on CircleCI. :/
nix-build --max-jobs 1 --argstr hypothesisProfile ci --arg collectCoverage true --attr doc nix-build --cores 1 --max-jobs 1 --argstr hypothesisProfile ci --arg collectCoverage true --attr doc
- run: - run:
name: "Cache codecov" name: "Cache codecov"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment