1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

increased deadline

This commit is contained in:
Carlos Alexandro Becker
2017-03-22 20:04:58 -03:00
parent 8110892f6a
commit 3af5bdb672

View File

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