branch: externals/compat
commit d375a95a7acbe9871d4188af12d8ae419d9b7184
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    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