Skip to content

Commit 8729284

Browse files
committed
Show compatibility suite failures in CI
1 parent 8a1fa03 commit 8729284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ vet: $(GO)
207207
.PHONY: test
208208
# vet is disabled until we fix errors in generated code
209209
test: test-glj # vet
210-
($(MAKE) test-suite || $(MAKE) test-suite) || $(MAKE) test-suite
210+
($(MAKE) test-suite v=1 || $(MAKE) test-suite v=1) || $(MAKE) test-suite v=1
211211

212212
test-glj: $(TEST-GLJ-TARGETS)
213213

0 commit comments

Comments
 (0)