Skip to content

Commit 23aa258

Browse files
committed
Run generate before conformance target
1 parent dcbe03d commit 23aa258

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
@@ -29,7 +29,7 @@ clean: ## Delete intermediate build artifacts
2929
$(GRADLE) clean
3030

3131
.PHONY: conformance
32-
conformance: ## Execute conformance tests.
32+
conformance: generate ## Execute conformance tests.
3333
$(GRADLE) conformance:conformance
3434

3535
.PHONY: help

0 commit comments

Comments
 (0)