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 14:18:53 +02:00
committed by GitHub
parent 3a34856dfe
commit 86607452d7
+2 -1
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