remove fmt as test dependency
This commit is contained in:
parent
952f5a6ae7
commit
b74b7548f4
2
Makefile
2
Makefile
|
@ -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."; \
|
||||
|
|
Loading…
Reference in New Issue