We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f87aa commit 9ef64ecCopy full SHA for 9ef64ec
Makefile
@@ -96,10 +96,6 @@ bin/cpb: FORCE
96
CGO_ENABLED=0 go build $(GO_BUILD_OPTS) -ldflags '-extldflags "-static"' -o $@ github.com/operator-framework/operator-lifecycle-manager/util/cpb
97
98
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
103
echo "Running the OLM unit tests"
104
$(MAKE) unit WHAT=operator-lifecycle-manager
105
0 commit comments