File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
components/odh-notebook-controller Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -93,12 +93,10 @@ vet: ## Run go vet against code.
93
93
test : test-with-rbac-false test-with-rbac-true
94
94
test-with-rbac-false : manifests generate fmt vet envtest # # Run tests.
95
95
export SET_PIPELINE_RBAC=false && \
96
- ACK_GINKGO_DEPRECATIONS=1.16.5 \
97
96
KUBEBUILDER_ASSETS=" $( shell $( ENVTEST) use $( ENVTEST_K8S_VERSION) -p path) " \
98
97
go test ./controllers/... -ginkgo.v -ginkgo.progress -test.v -coverprofile cover-rbac-false.out
99
98
test-with-rbac-true : manifests generate fmt vet envtest # # Run tests.
100
99
export SET_PIPELINE_RBAC=true && \
101
- ACK_GINKGO_DEPRECATIONS=1.16.5 \
102
100
KUBEBUILDER_ASSETS=" $( shell $( ENVTEST) use $( ENVTEST_K8S_VERSION) -p path) " \
103
101
go test ./controllers/... -ginkgo.v -ginkgo.progress -test.v -coverprofile cover-rbac-true.out
104
102
You can’t perform that action at this time.
0 commit comments