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 14ee4f7 commit 21de95aCopy full SHA for 21de95a
Makefile
@@ -216,8 +216,8 @@ run-unit-tests: $(GOBUILDDIR) $(SOURCES)
216
golang:$(GOVERSION) \
217
go test $(TESTVERBOSEOPTIONS) \
218
$(REPOPATH)/pkg/apis/deployment/v1alpha \
219
- $(REPOPATH)/pkg/deployment \
220
$(REPOPATH)/pkg/deployment/reconcile \
+ $(REPOPATH)/pkg/deployment/resources \
221
$(REPOPATH)/pkg/util/k8sutil \
222
$(REPOPATH)/pkg/util/k8sutil/test
223
0 commit comments