1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00

increased deadline

Check https://github.com/dominikh/go-tools/issues/63 for details
This commit is contained in:
Carlos Alexandro Becker 2017-03-22 19:53:27 -03:00
parent e5c67a1a11
commit 8110892f6a
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -29,7 +29,7 @@ lint: ## Run all the linters
--enable=errcheck \
--enable=vet \
--enable=vetshadow \
--deadline=1m \
--deadline=5m \
./...
ci: lint test ## Run all the tests and code checks