From 38fd08a518ffcff465622beb258adac725e034bb Mon Sep 17 00:00:00 2001 From: Guillaume Lagrange Date: Mon, 3 Nov 2025 14:21:10 +0100 Subject: [PATCH] ci: fix incorrect check dependency --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48fbd4a8..6df75834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,7 +215,7 @@ jobs: if: always() needs: - lint - - os-test-codspeed + - test-codspeed - tests-without-cargo-codspeed - test-cargo-codspeed - msrv-check