Skip to content

Commit

Permalink
remove fmt as test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhooker committed Nov 1, 2016
1 parent 952f5a6 commit b74b754
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 @@ -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."; \
Expand Down

0 comments on commit b74b754

Please sign in to comment.