We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466dd10 commit 7275276Copy full SHA for 7275276
.github/workflows/ert.yml
@@ -15,4 +15,9 @@ jobs:
15
- name: Run ERT tests
16
run: |
17
cd test
18
- emacs -Q -L .. -L . $(find .. -mindepth 1 -maxdepth 2 \( -name '.*.el' -prune -o -name '*.el' -type f -printf ' -l %p' \)) -l ert --batch -f ert-run-tests-batch-and-exit
+ emacs -Q -L .. -L . \
19
+ $(find .. -mindepth 1 -maxdepth 1 \
20
+ \( -name '.*.el' -prune -o -name '*.el' -type f -printf ' -l %p' \)) \
21
+ $(find . -mindepth 1 -maxdepth 1 \
22
23
+ -l ert --batch -f ert-run-tests-batch-and-exit
0 commit comments