Rename the msrv job to indicate it tests

This commit is contained in:
Zanie Blue 2025-07-10 08:06:41 -05:00
parent 492f5bf2aa
commit f62ca88077
1 changed files with 2 additions and 2 deletions

View File

@ -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') }}