branch: externals/compat
commit ab79d60d4d4f3bbdc828c367fbd5f74791c980d9
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@posteo.net>

    Have GitHub Actions only run tests, not build the manual
---
 .github/workflows/makefile.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 21731ff754..f99089d6d0 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -33,4 +33,4 @@ jobs:
       with:
         version: ${{ matrix.emacs-version }}
     - name: Compile and run tests
-      run: make
+      run: make test

Reply via email to