Skip to content

Commit 60a25a5

Browse files
Merge pull request #270 from timflannagan/ci/remove-hack-psm-unit-tests
Makefile: Remove the duplicate unit/psm target
2 parents d5f87aa + 9ef64ec commit 60a25a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ bin/cpb: FORCE
9696
CGO_ENABLED=0 go build $(GO_BUILD_OPTS) -ldflags '-extldflags "-static"' -o $@ github.com/operator-framework/operator-lifecycle-manager/util/cpb
9797

9898
unit/olm: bin/kubebuilder
99-
# TODO(tflannag): This is placeholder until we can add a dedicated
100-
# prow test for this unit check
101-
echo "Running the PSM unit tests"
102-
$(MAKE) unit/psm
10399
echo "Running the OLM unit tests"
104100
$(MAKE) unit WHAT=operator-lifecycle-manager
105101

0 commit comments

Comments
 (0)