summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrotzeit <brotzeitmacher@gmail.com>2022-12-10 19:34:50 +0100
committerGitHub <noreply@github.com>2022-12-10 19:34:50 +0100
commitc6f2e8a800992b65d194590b72e3d4d135cba0aa (patch)
tree36777631f1e907642e31218aec28a891bc9ac496
parentac374550a8d0a8066534c57ba46137256608015a (diff)
parentff2cbf66f6c958d060d93b415c76b44442fc8876 (diff)
downloadrust-mode-c6f2e8a800992b65d194590b72e3d4d135cba0aa.tar.gz
Merge pull request #473 from jcs-PR/tests/improve-ci
tests: Avoid actions' warnings
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--Eask2
-rw-r--r--Makefile2
3 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index db466c2..129adf9 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
# - snapshot
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: jcs090218/setup-emacs@master
with:
diff --git a/Eask b/Eask
index 4f15a27..4fa5043 100644
--- a/Eask
+++ b/Eask
@@ -14,6 +14,8 @@
"rust-rustfmt.el"
"rust-utils.el")
+(script "test" "echo \"Error: no test specified\" && exit 1")
+
(depends-on "emacs" "25.1")
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
diff --git a/Makefile b/Makefile
index e390694..71ce201 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ CLEAN = $(PKG)-autoloads.el
clean:
@printf "Cleaning...\n"
@rm -rf $(CLEAN)
- $(EASK) clean-all
+ $(EASK) clean all
$(PKG)-autoloads.el:
@printf "Generating $@\n"