Skip to content

Commit

Permalink
Merge pull request #661 from proux01/fix_build
Browse files Browse the repository at this point in the history
Don't run tests in build target
  • Loading branch information
gares authored Jul 13, 2024
2 parents 1931f7b + 873e371 commit 56b874c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build-apps:
.PHONY: build-apps

build:
$(call dune,build) @install
$(call dune,build) -p coq-elpi @install
.PHONY: build

test-core:
Expand Down

0 comments on commit 56b874c

Please sign in to comment.