Skip to content

Commit e18a27c

Browse files
Run verify-generated-protobuf.sh during test-end-to-end
We don't assume docker elsewhere, so for now we'll put it in this step and then move it later.
1 parent 4bfc542 commit e18a27c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ test-cmd: build
121121
# Example:
122122
# make test-end-to-end
123123
test-end-to-end: build
124+
hack/env hack/verify-generated-protobuf.sh # Test the protobuf serializations when we know Docker is available
124125
hack/test-end-to-end.sh
125126
.PHONY: test-end-to-end
126127

0 commit comments

Comments
 (0)