diff --git a/Makefile b/Makefile index 1eb6b32..76343bc 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ static: clean build: goversion clean $(GOBUILD) $(LD_OPTS) -o $(BINARY_NAME) -v +.PHONY: test test: @$(GOTEST) ./...