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:
parent
3a34856dfe
commit
86607452d7
@ -400,7 +400,8 @@ workflows:
|
|||||||
version: 2.1
|
version: 2.1
|
||||||
ci:
|
ci:
|
||||||
jobs:
|
jobs:
|
||||||
- lint-all
|
- lint-all:
|
||||||
|
concurrency: "16" # expend all docker 2xlarge CPUs.
|
||||||
- mod-tidy-check
|
- mod-tidy-check
|
||||||
- gofmt
|
- gofmt
|
||||||
- cbor-gen-check
|
- cbor-gen-check
|
||||||
|
Loading…
Reference in New Issue
Block a user