Skip to content

Commit

Permalink
no parallelism in circleci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
smgladkovskiy committed Apr 28, 2020
1 parent 491724d commit 3b196eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
build:
docker:
- image: circleci/golang:1.14
parallelism: 4
steps:
- checkout
- run: go mod vendor
Expand Down

0 comments on commit 3b196eb

Please sign in to comment.