It seems vet on windows is unnecessary (#14302)
* It seems vet on windows is unnecessary * add vet back to drone but remove GOOS and GOARCH when build vet
This commit is contained in:
Родитель
b59ed41e81
Коммит
b4dc080c96
2
Makefile
2
Makefile
|
@ -232,7 +232,7 @@ fmt:
|
|||
vet:
|
||||
@echo "Running go vet..."
|
||||
@$(GO) vet $(GO_PACKAGES)
|
||||
@$(GO) build -mod=vendor code.gitea.io/gitea-vet
|
||||
@GOOS= GOARCH= $(GO) build -mod=vendor code.gitea.io/gitea-vet
|
||||
@$(GO) vet -vettool=gitea-vet $(GO_PACKAGES)
|
||||
|
||||
.PHONY: $(TAGS_EVIDENCE)
|
||||
|
|
Загрузка…
Ссылка в новой задаче