0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-02 03:22:59 +00:00

Update Makefile

This commit is contained in:
Dan Petersen 2019-12-15 16:49:41 +01:00
parent ac49fb66b9
commit 1cf307cec0

View File

@ -28,7 +28,7 @@ fmt:
gofmt -w $(GOFMT_FILES) gofmt -w $(GOFMT_FILES)
test: test:
go test -v go test -v ./...
init: init:
go get ./... go get ./...