1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

increased deadline

This commit is contained in:
Carlos Alexandro Becker 2017-03-22 20:04:58 -03:00
parent 8110892f6a
commit 3af5bdb672
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=5m \
--deadline=10m \
./...
ci: lint test ## Run all the tests and code checks