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

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

[elpa] externals/relint 8d7042f 1/3: Separate CI jobs for build and test


From: ELPA Syncer
Subject: [elpa] externals/relint 8d7042f 1/3: Separate CI jobs for build and test
Date: Wed, 3 Nov 2021 16:57:28 -0400 (EDT)

branch: externals/relint
commit 8d7042f362d6b3a410f1d57e0b9e2ca54c10e44c
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 9b22161..1a57066 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -34,5 +34,8 @@ jobs:
           repository: mattiase/xr
           path: xr
 
+      - name: Byte-compile
+        run: make -C relint build
+
       - name: Test
-        run: make -C relint build check
+        run: make -C relint check



reply via email to

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