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 19402ad commit b1a6062Copy full SHA for b1a6062
Makefile
@@ -240,6 +240,8 @@ envtest-k8s-bins: $(SETUP_ENVTEST)
240
241
.PHONY: test-unit
242
test-unit: $(SETUP_ENVTEST) envtest-k8s-bins #HELP Run the unit tests
243
+ echo "JSAF sleeping"
244
+ sleep 999999
245
rm -rf $(COVERAGE_UNIT_DIR) && mkdir -p $(COVERAGE_UNIT_DIR)
246
KUBEBUILDER_ASSETS="$(shell $(SETUP_ENVTEST) use -p path $(ENVTEST_VERSION) $(SETUP_ENVTEST_BIN_DIR_OVERRIDE))" \
247
CGO_ENABLED=1 go test \
0 commit comments