remove fmt as test dependency

This commit is contained in:
Matthew Hooker 2016-11-01 13:16:23 -07:00
parent 952f5a6ae7
commit b74b7548f4
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ generate: deps ## Generate dynamically generated code
go generate .
gofmt -w command/plugin.go
test: fmt deps ## Run unit tests
test: deps ## Run unit tests
@go test $(TEST) $(TESTARGS) -timeout=2m
@go tool vet $(VET) ; if [ $$? -eq 1 ]; then \
echo "ERROR: Vet found problems in the code."; \