lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f5b317c 08/30: Don't skip path_utility_test u


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f5b317c 08/30: Don't skip path_utility_test unnecessarily in the CI builds
Date: Wed, 24 Mar 2021 15:31:07 -0400 (EDT)

branch: master
commit f5b317cb6de519b8426d7f9b308ff03d51ca4a83
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Don't skip path_utility_test unnecessarily in the CI builds
    
    This test was explicitly excluded in deabd1618 (Add native Linux build
    variant to GitHub CI workflows, 2020-10-07) and must have been failing
    at this time, however it passes now, so there is no reason to exclude it
    any longer.
---
 .github/workflows/ci.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c928dd4..a180a83 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -192,12 +192,7 @@ jobs:
 
       - name: Run unit tests
         run: |
-          if [ !${{ matrix.mingw }} ]
-          then
-            # Currently failing tests.
-            exclude_args="excluded_unit_test_targets=path_utility_test"
-          fi
-          make $coefficiency unit_tests $exclude_args
+          make $coefficiency unit_tests
 
       - name: Run GUI tests
         if: matrix.mingw



reply via email to

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