Turn down some parallelism

This commit is contained in:
Matt Keeler 2019-11-25 14:33:37 -05:00
parent 90ae4a1f1e
commit 71c6b77c6f
No known key found for this signature in database
GPG Key ID: 04DBAE1857E0081B
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ jobs:
rm -rf /tmp/vault* rm -rf /tmp/vault*
- run: | - run: |
PACKAGE_NAMES=$(go list ./... | circleci tests split --split-by=timings --timings-type=classname) PACKAGE_NAMES=$(go list ./... | circleci tests split --split-by=timings --timings-type=classname)
gotestsum --format=short-verbose --junitfile $TEST_RESULTS_DIR/gotestsum-report.xml -- -tags=$GOTAGS -p 3 -cover -coverprofile=cov_$CIRCLE_NODE_INDEX.part $PACKAGE_NAMES gotestsum --format=short-verbose --junitfile $TEST_RESULTS_DIR/gotestsum-report.xml -- -tags=$GOTAGS -p 2 -cover -coverprofile=cov_$CIRCLE_NODE_INDEX.part $PACKAGE_NAMES
# save coverage report parts # save coverage report parts
- persist_to_workspace: - persist_to_workspace: