We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfb5ed commit 59f620eCopy full SHA for 59f620e
.gitea/workflows/run-tests.yaml
@@ -32,9 +32,7 @@ jobs:
32
run: echo "$HOME/.cask/bin" >> $GITHUB_PATH
33
- name: Install Dependencies using Cask
34
run: |
35
- cask install
+ make install
36
- name: Run Tests
37
- uses: leotaku/elisp-check@master
38
- with:
39
- check: ert
40
- file: "test/*-test.el"
+ run: |
+ make test
0 commit comments