diff options
| author | brotzeit <brotzeitmacher@gmail.com> | 2022-12-10 19:34:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-10 19:34:50 +0100 |
| commit | c6f2e8a800992b65d194590b72e3d4d135cba0aa (patch) | |
| tree | 36777631f1e907642e31218aec28a891bc9ac496 /Eask | |
| parent | ac374550a8d0a8066534c57ba46137256608015a (diff) | |
| parent | ff2cbf66f6c958d060d93b415c76b44442fc8876 (diff) | |
| download | rust-mode-c6f2e8a800992b65d194590b72e3d4d135cba0aa.tar.gz | |
Merge pull request #473 from jcs-PR/tests/improve-ci
tests: Avoid actions' warnings
Diffstat (limited to 'Eask')
| -rw-r--r-- | Eask | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
