Skip to content

Commit 7de03b0

Browse files
Use proper conformance binary
1 parent 66f8e6c commit 7de03b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ test: generate install $(TESTDATA_FILE) ## Run unit tests
6666

6767
.PHONY: conformance
6868
conformance: $(BIN)/protovalidate-conformance generate install ## Run conformance tests
69-
tree
70-
protovalidate-conformance $(CONFORMANCE_ARGS) uv run test/conformance/runner.py
69+
$(BIN)/protovalidate-conformance $(CONFORMANCE_ARGS) uv run test/conformance/runner.py
7170

7271
.PHONY: lint
7372
lint: install $(BIN)/buf ## Lint code

0 commit comments

Comments
 (0)