Skip to content

Commit 4c33a2e

Browse files
committed
Debug
1 parent 608d45a commit 4c33a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ vet:
108108
test: mocks $(GENERATED) $(GENERATED_CRDS)
109109
GO111MODULE=on go test ./...
110110

111-
codegen: $(GENERATED)
111+
codegen: $(GENERATED) $(GENERATED_CRDS)
112112

113113
e2e: docker # build operator image to be tested
114114
cd e2e; make e2etest

0 commit comments

Comments
 (0)