Skip to content

Commit d6d06b3

Browse files
committed
build(make): build deps when running tests
1 parent 675d944 commit d6d06b3

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
@@ -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:: app test-build
2727
$(MIX) make_tests
2828

2929
dist:: app

0 commit comments

Comments
 (0)