From e8c4cda0e600cc0f33fc1e92d06920e2ed8d98fc Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 1 Mar 2025 14:27:22 +0100 Subject: [PATCH] Fix syntax of the filter Bug #1937 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 403a0ac9..a80462d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,7 +123,7 @@ jobs: - run: source .github/build.sh env: # https://github.com/znc/znc/issues/1937 - GTEST_FILTER: "-*Modpython*:-LanguagesTests/AllLanguages.ServerDependentCapInModule/1" + GTEST_FILTER: "-*Modpython*:LanguagesTests/AllLanguages.ServerDependentCapInModule/1" - uses: codecov/codecov-action@v4 docker: