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.
2 parents 5b02e98 + 46af76f commit 1d2ac6bCopy full SHA for 1d2ac6b
slice/Makefile
@@ -125,10 +125,6 @@ run-test-e2e-%:
125
TEST_LOG_LEVEL=$(TEST_LOG_LEVEL) E2E_RUN_ONLY_ENV=$(E2E_RUN_ONLY_ENV) \
126
./hack/e2e-test.sh
127
128
-.PHONY: cleanup-test-e2e
129
-cleanup-test-e2e: ## Tear down the Kind cluster used for e2e tests
130
- @$(KIND) delete cluster --name $(KIND_CLUSTER)
131
-
132
.PHONY: lint
133
lint: golangci-lint ## Run golangci-lint linter
134
$(GOLANGCI_LINT) run
0 commit comments