diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index acf5859..db8562d 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -20,7 +20,7 @@ jobs: run: npm install -g @emacs-eask/cli - name: Run tests - run: emacs --init-directory . --debug-init --eval "(kill-emacs 0)" + run: eask test buttercup - name: Uninstall eask run: npm uninstall -g @emacs-eask/cli