We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dde2a7 commit f6c0bf2Copy full SHA for f6c0bf2
.github/workflows/lint-emacs.yml
@@ -29,3 +29,6 @@ jobs:
29
30
- name: Lint the project
31
run: eldev -dtT -C compile --warnings-as-errors
32
+
33
+ - name: Run tests
34
+ run: make test
0 commit comments