We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a685dcf + b0e87ae commit b426ff8Copy full SHA for b426ff8
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
- run: cd test_suite/no_std && cargo build
56
57
nightly:
58
- name: Rust nightly ${{matrix.os == 'windows' && '(windows)' || ''}}
+ name: Rust nightly${{matrix.os == 'windows' && ' (windows)' || ''}}
59
runs-on: ${{matrix.os}}-latest
60
strategy:
61
fail-fast: false
0 commit comments