Skip to content

Commit f6c0bf2

Browse files
committed
Add running tests to github workflow
1 parent 5dde2a7 commit f6c0bf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint-emacs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ jobs:
2929

3030
- name: Lint the project
3131
run: eldev -dtT -C compile --warnings-as-errors
32+
33+
- name: Run tests
34+
run: make test

0 commit comments

Comments
 (0)