File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
9292rustic 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
10081008alternatively you can use ` just test `
@@ -1012,3 +1012,8 @@ alternatively you can use `just test`
10121012PRs, feature requests and bug reports are very welcome. If you want to
10131013add a new feature please open an issue in advance so we can discuss
10141014the details.
1015+
1016+
1017+ <!-- Links -->
1018+
1019+ [ Eask ] : https://github.com/emacs-eask/cli
You can’t perform that action at this time.
0 commit comments