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 c5c285d commit 579368aCopy full SHA for 579368a
GNUmakefile
@@ -64,7 +64,7 @@ fmtcheck:
64
@sh -c "'$(CURDIR)/scripts/gofmtcheck.sh'"
65
66
lint:
67
- golangci-lint run --timeout 1h ./...
+ golangci-lint run --build-tags "$(TEST_SUITE)" --timeout 1h ./...
68
69
errcheck:
70
@sh -c "'$(CURDIR)/scripts/errcheck.sh'"
0 commit comments