From f62ca880776db1a3b317a7fad71ab99d90cf04d5 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 10 Jul 2025 08:06:41 -0500 Subject: [PATCH] Rename the msrv job to indicate it tests --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 56b8f2f8f8..0e16915675 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -385,8 +385,8 @@ jobs: - name: "Build" run: cargo build --release --locked - cargo-build-msrv: - name: "cargo build (msrv)" + cargo-test-msrv: + name: "cargo test (msrv)" runs-on: depot-ubuntu-latest-8 needs: determine_changes if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}