branch: externals/which-key
commit d621634eb606ab68b718f1eeda71bff2763733ca
Author: Justin Burkett <[email protected]>
Commit: Justin Burkett <[email protected]>
Try with cask again
---
.github/workflows/test.yml | 10 +++++-----
Cask | 3 +--
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c2f1491..5b3078c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -25,11 +25,11 @@ jobs:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v2
- - name: Install cask
- run: |
- git clone https://github.com/cask/cask ~/.cask
- echo "${HOME}/.cask/bin" >> $GITHUB_PATH
+ - name: Install Cask
+ uses: conao3/setup-cask@master
+ with:
+ version: 'snapshot'
- name: Install dependencies
run: 'cask install'
- name: Run tests
- run: 'emacs -Q -batch -L . -l which-key-tests.el -f
ert-run-tests-batch-and-exit'
+ run: 'cask exec emacs -Q -batch -L . -l which-key-tests.el -f
ert-run-tests-batch-and-exit'
diff --git a/Cask b/Cask
index 6ff7bbe..31a9ca1 100644
--- a/Cask
+++ b/Cask
@@ -4,5 +4,4 @@
(package-file "which-key.el")
(development
- (depends-on "evil")
- (depends-on "ert"))
+ (depends-on "evil"))