Skip to content

Commit 873e371

Browse files
committed
Don't run test in build target
1 parent 1931f7b commit 873e371

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
@@ -13,7 +13,7 @@ build-apps:
1313
.PHONY: build-apps
1414

1515
build:
16-
$(call dune,build) @install
16+
$(call dune,build) -p coq-elpi @install
1717
.PHONY: build
1818

1919
test-core:

0 commit comments

Comments
 (0)