diff --git a/Makefile b/Makefile index c2353990..70002459 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ push: docker push stefanprodan/steerer:$(TAG) test: - go test ./pkg/controller + go test ./... verify-codegen: ./hack/verify-codegen.sh