branch: externals/csharp-mode commit bc73b84729e2fb1aa4d00f6f1d8c530d6190f3fd Author: Jen-Chieh Shen <[email protected]> Commit: GitHub <[email protected]>
Remove compile in ci make command
---
makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile
index 2fad5d4fdf..8496823873 100644
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ EASK ?= eask
TESTHOME=/tmp/emacs
-ci: build compile test
+ci: build test
package:
$(EASK) package
