@@ -1,5 +1,10 @@
.PHONY: lint
lint:
golangci-lint run --timeout 600s
.DEFAULT_GOAL := lint
all: lint test
.PHONY: all
test:
go test -v -failfast -timeout 600s ./...
The note is not visible to the blocked user.