Does it start and exit without problems?
Some checks failed
/ Test config on 20 (push) Failing after 23s

This commit is contained in:
Maciej 2024-10-30 14:34:41 +02:00
parent a0b74ef1db
commit 706607afba
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
9 changed files with 34 additions and 34 deletions

View file

@ -20,7 +20,7 @@ jobs:
run: npm install -g @emacs-eask/cli
- name: Run tests
run: eask test buttercup
run: emacs --init-directory . --debug-init --eval "(kill-emacs 0)"
- name: Uninstall eask
run: npm uninstall -g @emacs-eask/cli