Skip to content

Commit 579368a

Browse files
committed
ci: add linter build flags to validate
1 parent c5c285d commit 579368a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fmtcheck:
6464
@sh -c "'$(CURDIR)/scripts/gofmtcheck.sh'"
6565

6666
lint:
67-
golangci-lint run --timeout 1h ./...
67+
golangci-lint run --build-tags "$(TEST_SUITE)" --timeout 1h ./...
6868

6969
errcheck:
7070
@sh -c "'$(CURDIR)/scripts/errcheck.sh'"

0 commit comments

Comments
 (0)