emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat ab79d60d4d 1/4: Have GitHub Actions only run tes


From: ELPA Syncer
Subject: [elpa] externals/compat ab79d60d4d 1/4: Have GitHub Actions only run tests, not build the manual
Date: Sat, 12 Mar 2022 12:57:21 -0500 (EST)

branch: externals/compat
commit ab79d60d4d4f3bbdc828c367fbd5f74791c980d9
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@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

[Prev in Thread] Current Thread [Next in Thread]