Skip to content

Commit 3a6a527

Browse files
committed
uncomment kind load
1 parent 6ec2875 commit 3a6a527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build-test-runner-image: ## Build conformance test runner image
2929

3030
.PHONY: run-conformance-tests
3131
run-conformance-tests: ## Run conformance tests
32-
# kind load docker-image $(CONFORMANCE_PREFIX):$(CONFORMANCE_TAG) --name $(CLUSTER_NAME)
32+
kind load docker-image $(CONFORMANCE_PREFIX):$(CONFORMANCE_TAG) --name $(CLUSTER_NAME)
3333
kubectl apply -f conformance/conformance-rbac.yaml
3434
kubectl run -i conformance \
3535
--image=$(CONFORMANCE_PREFIX):$(CONFORMANCE_TAG) --image-pull-policy=Never \

0 commit comments

Comments
 (0)