We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95def1 commit 3776a0bCopy full SHA for 3776a0b
Makefile
@@ -81,7 +81,7 @@ $(BUILD_CMDS): $(SOURCES)
81
test: unit functional
82
83
check: work
84
- go run github.com/golangci/golangci-lint/cmd/[email protected] run ./...
+ go run github.com/golangci/golangci-lint/cmd/[email protected] run --timeout=20m ./...
85
86
unit: work
87
go test -tags=unit $(shell go list ./... | sed -e '/sanity/ { N; d; }' | sed -e '/tests/ {N; d;}') $(TESTARGS)
0 commit comments