Skip to content

Commit c6f2e8a

Browse files
authored
Merge pull request #473 from jcs-PR/tests/improve-ci
tests: Avoid actions' warnings
2 parents ac37455 + ff2cbf6 commit c6f2e8a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# - snapshot
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- uses: jcs090218/setup-emacs@master
2222
with:

Eask

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"rust-rustfmt.el"
1515
"rust-utils.el")
1616

17+
(script "test" "echo \"Error: no test specified\" && exit 1")
18+
1719
(depends-on "emacs" "25.1")
1820

1921
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ CLEAN = $(PKG)-autoloads.el
4040
clean:
4141
@printf "Cleaning...\n"
4242
@rm -rf $(CLEAN)
43-
$(EASK) clean-all
43+
$(EASK) clean all
4444

4545
$(PKG)-autoloads.el:
4646
@printf "Generating $@\n"

0 commit comments

Comments
 (0)