Skip to content

Commit 59f620e

Browse files
author
Jason Duncan
committed
Resorting to using the makefile
1 parent 5dfb5ed commit 59f620e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.gitea/workflows/run-tests.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
run: echo "$HOME/.cask/bin" >> $GITHUB_PATH
3333
- name: Install Dependencies using Cask
3434
run: |
35-
cask install
35+
make install
3636
- name: Run Tests
37-
uses: leotaku/elisp-check@master
38-
with:
39-
check: ert
40-
file: "test/*-test.el"
37+
run: |
38+
make test

0 commit comments

Comments
 (0)