Skip to content

Commit

Permalink
github: just use batch to run --debug-init
Browse files Browse the repository at this point in the history
  • Loading branch information
stsquad committed Mar 18, 2024
1 parent b9b427a commit 471d4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Run tests
run: |
emacs --debug-init --eval "(save-buffers-kill-emacs)"
emacs --debug-init --batch -u $USER
./tests/check_daemon_starts.sh 0
./tests/check_daemon_starts.sh 1
emacs -q --batch -l "tests/my-ert.el" -f ert-run-tests-batch-and-exit
Expand Down

0 comments on commit 471d4b9

Please sign in to comment.