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 be41b73 commit cc2f58dCopy full SHA for cc2f58d
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