lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master faa2234 09/14: Improve GitHub CI tests build


From: Greg Chicares
Subject: [lmi-commits] [lmi] master faa2234 09/14: Improve GitHub CI tests build speed
Date: Sat, 10 Oct 2020 11:07:12 -0400 (EDT)

branch: master
commit faa2234901697da603b307e9c455b40c84031f16
Author: Ilya Sinitsyn <isinitsyn@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Improve GitHub CI tests build speed
---
 .github/workflows/ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f0522e0..8903435 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -149,10 +149,10 @@ jobs:
         run: make install
 
       - name: Check physical closure
-        run: make check_physical_closure
+        run: make $coefficiency check_physical_closure
 
       - name: Run CLI tests
-        run: make cli_tests
+        run: make $coefficiency cli_tests
 
       - name: Run unit tests
         run: |
@@ -161,4 +161,4 @@ jobs:
             # Currently failing tests.
             exclude_args="excluded_unit_test_targets=path_utility_test"
           fi
-          make unit_tests $exclude_args
+          make $coefficiency unit_tests $exclude_args



reply via email to

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