diff options
| -rw-r--r-- | .github/workflows/test.yml | 2 | ||||
| -rw-r--r-- | Eask | 2 | ||||
| -rw-r--r-- | Makefile | 2 |
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: @@ -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 @@ -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" |
