From 26ca22a913cd6626fa6d9b187ffe34a82c075202 Mon Sep 17 00:00:00 2001 From: taku0 Date: Sat, 17 Feb 2024 15:44:02 +0900 Subject: [PATCH] Fix GitHub Actions --- scripts/run_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_test.sh b/scripts/run_test.sh index 2c433d8..1706335 100755 --- a/scripts/run_test.sh +++ b/scripts/run_test.sh @@ -8,5 +8,6 @@ --eval "(add-to-list 'load-path \"$(readlink -f .)\")" \ --eval "(add-to-list 'load-path \"$(readlink -f .)/test\")" \ --eval "(setq debug-on-error t)" \ + --eval "(setq max-lisp-eval-depth 1600)" \ -l test/swift-mode-test.el \ -f swift-mode:run-test