From 1cfd07a6da3d74903e3a2e4687cfba71b13777bc Mon Sep 17 00:00:00 2001 From: Guillaume Lagrange Date: Wed, 24 Dec 2025 11:27:17 +0100 Subject: [PATCH] chore: run with multi events but no compression in prod --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5ee2127..fed3825c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,9 +178,9 @@ jobs: strategy: matrix: package: - - codspeed-divan-compat + # - codspeed-divan-compat - codspeed-divan-compat-examples - - codspeed-criterion-compat + # - codspeed-criterion-compat steps: - uses: actions/checkout@v4 with: @@ -205,6 +205,7 @@ jobs: MY_ENV_VAR: "YES" with: run: cargo codspeed run + runner-version: 'branch:events-no-compression' mode: walltime musl-build-check: