From 46326fc36b9313701069d68cbc94f5edec8c3944 Mon Sep 17 00:00:00 2001 From: Edward Wilde Date: Fri, 6 Apr 2018 13:18:13 +0100 Subject: [PATCH] Remove acceptance test target from build target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 013dd55..674634a 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ testacc: fmtcheck go test -count=1 -v ./runscope -run="TestAcc" -timeout 20m -build: fmtcheck vet testacc +build: fmtcheck vet @go install @mkdir -p ~/.terraform.d/plugins/ @cp $(GOPATH)/bin/terraform-provider-runscope ~/.terraform.d/plugins/terraform-provider-runscope