Makefile: restore test check deps (#12525)

This commit is contained in:
Clint 2017-03-09 05:16:25 -06:00 committed by Paul Stack
parent 6affc2e315
commit b0deb7736b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ plugin-dev: generate
mv $(GOPATH)/bin/$(PLUGIN) $(GOPATH)/bin/terraform-$(PLUGIN)
# test runs the unit tests
test:# fmtcheck errcheck generate
test: fmtcheck errcheck generate
go test -i $(TEST) || exit 1
echo $(TEST) | \
xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4