Zachary Rice 2 anni fa
parent
commit
d37b38f2ee
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      Makefile

+ 0 - 2
Makefile

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