You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove kubetest2 integration in favour of exploring another e2e framework.
* Revert "Update test export API version (#12)"
This reverts commit 50cf0a1.
* Revert "Create end to end testing deployment (#9)"
This reverts commit b5fa92a.
* Revert "Add kubetest2-kind for end to end testing (#8)"
This reverts commit e0d0ea7.
Copy file name to clipboardExpand all lines: Makefile
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -58,18 +58,6 @@ test: manifests generate generate-mocks fmt vet ## Run tests.
58
58
test -f ${ENVTEST_ASSETS_DIR}/setup-envtest.sh || curl -sSLo ${ENVTEST_ASSETS_DIR}/setup-envtest.sh https://raw.githubusercontent.com/kubernetes-sigs/controller-runtime/v0.7.2/hack/setup-envtest.sh
59
59
source${ENVTEST_ASSETS_DIR}/setup-envtest.sh; fetch_envtest_tools $(ENVTEST_ASSETS_DIR); setup_envtest_env $(ENVTEST_ASSETS_DIR); go test ./... -coverprofile cover.out
0 commit comments