1
Fork 0

go vet comes first, it's faster.

main
Motiejus Jakštys 2021-06-01 09:10:10 +03:00
parent c7b6a276f1
commit b138e2b1f8
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@ test:
.PHONY: lint
lint:
$(GOBIN)staticcheck -f stylish ./...
go vet ./...
$(GOBIN)staticcheck -f stylish ./...
.INTERMEDIATE: coverage.out
coverage.out: $(GODEPS)