diff --git a/Makefile b/Makefile index e605b842f..0ed4f0138 100644 --- a/Makefile +++ b/Makefile @@ -46,5 +46,5 @@ cross: GOOS=linux go build $(LDFLAGS) -o bin/gvproxy-linux ./cmd/gvproxy .PHONY: test -test: build +test: gvproxy go test -v ./test