[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/swift-mode 26ca22a913 2/2: Fix GitHub Actions
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/swift-mode 26ca22a913 2/2: Fix GitHub Actions |
Date: |
Sat, 17 Feb 2024 04:00:57 -0500 (EST) |
branch: elpa/swift-mode
commit 26ca22a913cd6626fa6d9b187ffe34a82c075202
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>
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 2c433d896d..17063355b2 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