Skip to content

Commit

Permalink
tests: increase golangci-lint timeout (#2772)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus authored Feb 19, 2025
1 parent be41b73 commit cc2f58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ $(BUILD_CMDS): $(SOURCES)
test: unit functional

check: work
go run github.com/golangci/golangci-lint/cmd/[email protected] run ./...
go run github.com/golangci/golangci-lint/cmd/[email protected] run --timeout=20m ./...

unit: work
go test -tags=unit $(shell go list ./... | sed -e '/sanity/ { N; d; }' | sed -e '/tests/ {N; d;}') $(TESTARGS)
Expand Down

0 comments on commit cc2f58d

Please sign in to comment.