Skip to content

Commit 1291904

Browse files
authored
Merge pull request #54 from emacs-rustic/doc/eask
docs: CI testing with Eask
2 parents fb41de5 + 109c115 commit 1291904

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Install requirements
4545
run: |
46-
echo "$HOME/.cask/bin" >> $GITHUB_PATH
46+
echo "$HOME/.eask/bin" >> $GITHUB_PATH
4747
echo "$HOME/bin" >> $GITHUB_PATH
4848
4949
- uses: dtolnay/rust-toolchain@master

CHANGELOG.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Implement ~rustic-cargo-populate-package-name~ customization
44
option. This is handy when you are working on multiple
55
projects. Refer the variable docs and README for more details.
6+
- Replace Cask with Eask for CI testing.
67

78
* 3.5
89

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This package is based on [rust-mode](https://github.com/rust-lang/rust-mode) and
8686
- automatic LSP configuration with
8787
[eglot](https://github.com/joaotavora/eglot) or
8888
[lsp-mode](https://github.com/emacs-lsp/lsp-mode)
89-
- cask for testing
89+
- [eask][] for testing
9090
- etc.
9191

9292
rustic only shares the rust-mode code from rust-mode.el and rust-utils.el.
@@ -999,10 +999,10 @@ There are also some additional commands:
999999

10001000
## elisp tests
10011001

1002-
To run the tests, you will need [Cask](https://github.com/cask/cask).
1002+
To run the tests, you will need [Eask][].
10031003

10041004
``` bash
1005-
cask emacs --batch -L . -L test -l test/all-tests.el -f ert-run-tests-batch-and-exit
1005+
eask emacs --batch -L . -L test -l test/all-tests.el -f ert-run-tests-batch-and-exit
10061006
```
10071007

10081008
alternatively you can use `just test`
@@ -1012,3 +1012,8 @@ alternatively you can use `just test`
10121012
PRs, feature requests and bug reports are very welcome. If you want to
10131013
add a new feature please open an issue in advance so we can discuss
10141014
the details.
1015+
1016+
1017+
<!-- Links -->
1018+
1019+
[Eask]: https://github.com/emacs-eask/cli

0 commit comments

Comments
 (0)