Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 83c16f3

Browse files
committedApr 21, 2025·
build(make): build deps when running tests
1 parent 675d944 commit 83c16f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ EXTRA_DIST_EZS = $(shell find $(DIST_DIR) -name '*.ez')
2323
app:: deps
2424
$(MIX) make_app
2525

26-
tests::
26+
tests:: deps
2727
$(MIX) make_tests
2828

2929
dist:: app

0 commit comments

Comments
 (0)
Please sign in to comment.