lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 23ac503 2/4: Merge "concinnity" and "physical


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master 23ac503 2/4: Merge "concinnity" and "physical closure" CI steps
Date: Thu, 13 May 2021 07:34:16 -0400 (EDT)

branch: master
commit 23ac5038520a9a9849a3cfac45ff4441da39aac1
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Merge "concinnity" and "physical closure" CI steps
    
    Both of them are small and relatively fast, and are currently skipped in
    autotools builds, so merge them in a single step to avoid having 2
    skipped tests and to condense the log output more generally.
---
 .github/workflows/ci.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 717354b..98ca0e2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -310,7 +310,7 @@ jobs:
         if: matrix.autotools != true
         run: make install
 
-      - name: Check concinnity
+      - name: Check concinnity and physical closure
         if: matrix.autotools != true
         run: |
           # Somehow these files are executable and this triggers complaints
@@ -318,9 +318,7 @@ jobs:
           chmod -x .git/info/exclude .git/description
           make $coefficiency check_concinnity
 
-      - name: Check physical closure
-        if: matrix.autotools != true
-        run: make $coefficiency check_physical_closure
+          make $coefficiency check_physical_closure
 
       - name: Run CLI tests
         if: matrix.autotools != true



reply via email to

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