From 317562246e159739774144897f77cdf533963c1b Mon Sep 17 00:00:00 2001 From: not-matthias Date: Fri, 3 Oct 2025 16:27:24 +0200 Subject: [PATCH] fix(ci): add action mode --- .github/workflows/codspeed.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 67fa10d..8edba8f 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -37,5 +37,6 @@ jobs: - name: Run benchmarks uses: CodSpeedHQ/action@main with: + mode: ${{ matrix.mode }} run: pytest tests/benchmarks/ --codspeed token: ${{ secrets.CODSPEED_TOKEN }}