Skip to content

Commit

Permalink
fix: while we're here, add a --timeout flag to the golangci linter
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdevivo committed Oct 17, 2022
1 parent 5a1f6f5 commit 5e908d1
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 @@ -62,7 +62,7 @@ lint:
golangci-lint run --build-tags $(TAGS)

lint-ci:
./bin/golangci-lint run --build-tags $(TAGS) --out-format github-actions
./bin/golangci-lint run --build-tags $(TAGS) --out-format github-actions --timeout 5m

test:
go test -v -tags=$(TAGS) ./...
Expand Down

0 comments on commit 5e908d1

Please sign in to comment.