Fix syntax of the filter

Bug #1937
This commit is contained in:
Alexey Sokolov
2025-03-01 14:27:22 +01:00
parent 4c944344fa
commit e8c4cda0e6

View File

@@ -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: