[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/rust-mode 791a585991 4/6: ci: test
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/rust-mode 791a585991 4/6: ci: test |
Date: |
Thu, 28 Apr 2022 06:58:52 -0400 (EDT) |
branch: elpa/rust-mode
commit 791a5859918a930036c77f63affdc535f485f685
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>
ci: test
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 9299917c61..7a0546df2f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ LOAD_PATH ?= $(addprefix -L ../,$(DEPS))
LOAD_PATH += -L .
# TODO: add checkdoc and lint
-ci: build compile checkdoc
+ci: build compile test
build:
$(EASK) package
- [nongnu] elpa/rust-mode updated (26ecc903c5 -> d17be3051b), ELPA Syncer, 2022/04/28
- [nongnu] elpa/rust-mode c29c1f7888 1/6: Use Eask for CI, ELPA Syncer, 2022/04/28
- [nongnu] elpa/rust-mode 46325b4350 5/6: fix network issue, ELPA Syncer, 2022/04/28
- [nongnu] elpa/rust-mode 791a585991 4/6: ci: test,
ELPA Syncer <=
- [nongnu] elpa/rust-mode d17be3051b 6/6: Merge pull request #444 from jcs-PR/ci-eask, ELPA Syncer, 2022/04/28
- [nongnu] elpa/rust-mode d0072d6033 2/6: Rename job, ELPA Syncer, 2022/04/28
- [nongnu] elpa/rust-mode a403e4ae51 3/6: Disable checkdoc and lint for now, ELPA Syncer, 2022/04/28