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

speed up this iteration

parent c1af738c
No related branches found
No related tags found
1 merge request!155Client-side two-phase spending protocol to reduce pass loss
......@@ -125,7 +125,7 @@ jobs:
#
# Also limit the number of concurrent jobs because of resource
# constraints on CircleCI. :/
nix-build --cores 1 --max-jobs 1 --argstr hypothesisProfile ci --arg collectCoverage true --attr doc
nix-build --cores 1 --max-jobs 1 --arg trialArgs '["--dry-run"]' --argstr hypothesisProfile ci --arg collectCoverage true --attr doc
- save_cache:
name: "Cache Nix Store Paths"
......
......@@ -59,7 +59,7 @@ jobs:
env:
MAGIC_FOLDER_HYPOTHESIS_PROFILE: "ci"
run: |
python -m coverage run --debug=config -m twisted.trial _zkapauthorizer
python -m coverage run --dry-run --debug=config -m twisted.trial _zkapauthorizer
- name: "Convert Coverage"
run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment