branch: elpa/org-mime
commit 04e6ce9db64abd29aff8314aaad557ad40cc5947
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>

    try fixing ci again
---
 Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 6670ea6658..87076bff22 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,9 @@ clean:
        rm -f \#*\#
        rm -f *.elc
 
-# Run tests.
-test: clean
+deps:
        [ -f test/htmlize.el ] || curl -L 
https://raw.githubusercontent.com/hniksic/emacs-htmlize/HEAD/htmlize.el > 
test/htmlize.el
+
+# Run tests.
+test: clean deps
        $(EMACS) -batch -Q -l org-mime.el -l test/htmlize.el -l 
test/org-mime-tests.el

Reply via email to