Skip to content

Commit 26ca22a

Browse files
committed
Fix GitHub Actions
1 parent 25cf823 commit 26ca22a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
--eval "(add-to-list 'load-path \"$(readlink -f .)\")" \
99
--eval "(add-to-list 'load-path \"$(readlink -f .)/test\")" \
1010
--eval "(setq debug-on-error t)" \
11+
--eval "(setq max-lisp-eval-depth 1600)" \
1112
-l test/swift-mode-test.el \
1213
-f swift-mode:run-test

0 commit comments

Comments
 (0)