We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675d944 commit d6d06b3Copy full SHA for d6d06b3
Makefile
@@ -23,7 +23,7 @@ EXTRA_DIST_EZS = $(shell find $(DIST_DIR) -name '*.ez')
23
app:: deps
24
$(MIX) make_app
25
26
-tests::
+tests:: app test-build
27
$(MIX) make_tests
28
29
dist:: app
0 commit comments