emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode c6f2e8a800 4/4: Merge pull request #473 from jcs


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode c6f2e8a800 4/4: Merge pull request #473 from jcs-PR/tests/improve-ci
Date: Sat, 10 Dec 2022 13:59:42 -0500 (EST)

branch: elpa/rust-mode
commit c6f2e8a800992b65d194590b72e3d4d135cba0aa
Merge: ac374550a8 ff2cbf66f6
Author: brotzeit <brotzeitmacher@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #473 from jcs-PR/tests/improve-ci
    
    tests: Avoid actions' warnings
---
 .github/workflows/test.yml | 2 +-
 Eask                       | 2 ++
 Makefile                   | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index db466c2c80..129adf96d3 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 4f15a273c8..4fa5043b28 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 e390694503..71ce201c91 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]