mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
increased deadline
Check https://github.com/dominikh/go-tools/issues/63 for details
This commit is contained in:
parent
e5c67a1a11
commit
8110892f6a
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ lint: ## Run all the linters
|
|||||||
--enable=errcheck \
|
--enable=errcheck \
|
||||||
--enable=vet \
|
--enable=vet \
|
||||||
--enable=vetshadow \
|
--enable=vetshadow \
|
||||||
--deadline=1m \
|
--deadline=5m \
|
||||||
./...
|
./...
|
||||||
|
|
||||||
ci: lint test ## Run all the tests and code checks
|
ci: lint test ## Run all the tests and code checks
|
||||||
|
Loading…
Reference in New Issue
Block a user