From 9ef64ec1ef7d2ee0e2aa4d7157275e0612305fa5 Mon Sep 17 00:00:00 2001 From: timflannagan Date: Mon, 28 Mar 2022 10:45:11 -0400 Subject: [PATCH] Makefile: Remove the duplicate unit/psm target Signed-off-by: timflannagan --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 95b3156401..6e28a80be9 100644 --- a/Makefile +++ b/Makefile @@ -96,10 +96,6 @@ bin/cpb: FORCE CGO_ENABLED=0 go build $(GO_BUILD_OPTS) -ldflags '-extldflags "-static"' -o $@ github.com/operator-framework/operator-lifecycle-manager/util/cpb unit/olm: bin/kubebuilder - # TODO(tflannag): This is placeholder until we can add a dedicated - # prow test for this unit check - echo "Running the PSM unit tests" - $(MAKE) unit/psm echo "Running the OLM unit tests" $(MAKE) unit WHAT=operator-lifecycle-manager