Skip to content

Commit

Permalink
(CI) NFC rust.yml consistent upper for test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Dec 1, 2024
1 parent ffa83fc commit fab829c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ jobs:
job_test_linux:
# this job downloads and builds dependency crates
name: test linux
name: test Linux
needs: [job_rust_msrv_os]
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
cargo nextest run --locked --bins --lib --no-fail-fast --final-status-level=fail
job_test_macos:
name: test Mac OS
name: test Mac
needs: [job_rust_msrv_os]
runs-on: macos-latest
steps:
Expand Down

0 comments on commit fab829c

Please sign in to comment.