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