Skip to content

Commit

Permalink
reduce concurrent procs for metalinter to save memory
Browse files Browse the repository at this point in the history
  • Loading branch information
James DeFelice committed Mar 2, 2016
1 parent 5f52b0f commit 31306b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:

test:
override:
- gometalinter --cyclo-over=12 --tests --deadline=300s ./...
- gometalinter --concurrency=6 --cyclo-over=12 --tests --deadline=300s ./...
- gocov test ./... -short -timeout=10m > cov.json
- mkdir -p $CIRCLE_TEST_REPORTS/junit && godep go test -v -timeout=10m ./... | go-junit-report > $CIRCLE_TEST_REPORTS/junit/alltests.xml
- godep go test -v -short -race -timeout=10m ./...
Expand Down

0 comments on commit 31306b8

Please sign in to comment.