diff --git a/Makefile b/Makefile index 67ec7ae..0685c1b 100644 --- a/Makefile +++ b/Makefile @@ -9,5 +9,6 @@ deps: test: @go test -cover -race -v ./cloudconnexa/... +.PHONY: e2e e2e: @go test -v ./e2e/... \ No newline at end of file