diff --git a/Makefile b/Makefile index b059242..3698e7a 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,7 @@ build: install: go install -ldflags="-X 'github.com/mdiluz/rove/pkg/version.Version=${VERSION}'" ./... -.PHONY: install \ No newline at end of file +test: + go test -v ./... + +.PHONY: install test \ No newline at end of file