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

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

[elpa] externals/compat d375a95a7a 2/7: Update CI, separate compile and


From: ELPA Syncer
Subject: [elpa] externals/compat d375a95a7a 2/7: Update CI, separate compile and test run
Date: Tue, 3 Jan 2023 09:57:27 -0500 (EST)

branch: externals/compat
commit d375a95a7acbe9871d4188af12d8ae419d9b7184
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update CI, separate compile and test run
---
 .github/workflows/makefile.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index bf7c0f7d5a..b109e3d510 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -33,5 +33,7 @@ jobs:
     - uses: purcell/setup-emacs@master
       with:
         version: ${{ matrix.emacs-version }}
-    - name: Compile and run tests
+    - name: Compile
+      run: make compile
+    - name: Run tests
       run: make test



reply via email to

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