Explorar o código

Update Makefile

Zachary Rice %!s(int64=2) %!d(string=hai) anos
pai
achega
d37b38f2ee
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      Makefile

+ 0 - 2
Makefile

@@ -13,11 +13,9 @@ format:
 	go fmt ./...
 
 test: format
-	go vet ./...
 	go test -v ./... --race $(PKG) 
 
 build: format
-	go vet ./...
 	go mod tidy
 	go build $(LDFLAGS)