Merge "CI: keep testing the Python bindings"
diff --git a/ci/build.sh b/ci/build.sh
index 3e2cf5d..7ddaf4e 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -45,7 +45,7 @@
export LDFLAGS="-fsanitize=thread ${LDFLAGS}"
fi
-if [[ $ZUUL_JOB_NAME =~ -gcc$ ]]; then
+if [[ ${ZUUL_JOB_NAME%%-cover?(-previous|-diff)} =~ -gcc$ ]]; then
# Python and ASAN (and, presumably, all other sanitizers) are tricky to use from a Python DSO,
# I was, e.g., getting unrelated failures from libyang's thread-local global access (ly_errno)
# even when correctly injecting the ASAN runtime via LD_PRELOAD. Let's just give up and only