From e82d067d8e0bb41b581f57f334aa62463d6f9d48 Mon Sep 17 00:00:00 2001 From: Aster Seker Date: Mon, 14 Sep 2026 22:57:03 +0300 Subject: [PATCH] ci(otlp): cover gzip and zstd test paths Enable the optional compression backends in the Linux OTLP job so the CI suite executes all eight OTLP tests, including gzip and zstd runtime coverage. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 007467a..b863204 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,6 +161,8 @@ jobs: cmake -S . -B build-otlp -DLOGIT_CPP_BUILD_TESTS=ON -DLOGIT_WITH_OTLP=ON + -DLOGIT_WITH_GZIP=ON + -DLOGIT_WITH_ZSTD=ON -DLOGIT_USE_SUBMODULES=ON -DKURLYK_USE_FALLBACK_ASIO=ON -DKURLYK_USE_FALLBACK_SIMPLE_WS_SERVER=ON