We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7feadb commit 43fedbbCopy full SHA for 43fedbb
Makefile
@@ -38,7 +38,7 @@ vet:
38
lint:
39
golangci-lint run
40
41
-check: test vet lint
+check: test vet
42
43
test:
44
$(PKGCONF) $(GO) test ./... -race -coverprofile=coverage.txt -covermode=atomic
0 commit comments