circleci: make lint expend all cores. (#3831)

* circleci: make lint expend all cores.

* i hate yaml.

* now i hate it even more.
This commit is contained in:
Raúl Kripalani 2020-09-14 13:18:53 +01:00 committed by GitHub
parent 3a34856dfe
commit 86607452d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -400,7 +400,8 @@ workflows:
version: 2.1
ci:
jobs:
- lint-all
- lint-all:
concurrency: "16" # expend all docker 2xlarge CPUs.
- mod-tidy-check
- gofmt
- cbor-gen-check