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

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

[elpa] externals/xr b56e0307ae 1/2: Separate CI jobs for build and test


From: Mattias Engdegård
Subject: [elpa] externals/xr b56e0307ae 1/2: Separate CI jobs for build and test
Date: Mon, 17 Jan 2022 05:53:59 -0500 (EST)

branch: externals/xr
commit b56e0307aed90e6f574180f0983128ee135f1a72
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    Separate CI jobs for build and test
---
 .github/workflows/test.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 14215b060f..3ad3dd8a46 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -26,5 +26,8 @@ jobs:
       - name: Check out xr
         uses: actions/checkout@v2
 
+      - name: Byte-compile
+        run: make build
+
       - name: Test
-        run: make build check
+        run: make check



reply via email to

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