Skip to content
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.

Commit

Permalink
Remove acceptance test target from build target
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilde committed Apr 6, 2018
1 parent 6aca876 commit 46326fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46326fc

Please sign in to comment.