0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 18:42:58 +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)
test:
go test -v
go test -v ./...
init:
go get ./...