Drop trailing whitespace from CI job name

This commit is contained in:
David Tolnay 2025-03-26 02:19:55 -07:00
parent a685dcf680
commit b0e87aeecd
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -55,7 +55,7 @@ jobs:
- run: cd test_suite/no_std && cargo build
nightly:
name: Rust nightly ${{matrix.os == 'windows' && '(windows)' || ''}}
name: Rust nightly${{matrix.os == 'windows' && ' (windows)' || ''}}
runs-on: ${{matrix.os}}-latest
strategy:
fail-fast: false