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.
1 parent c56ddf2 commit 0887d22Copy full SHA for 0887d22
.github/workflows/rust.yml
@@ -44,6 +44,7 @@ jobs:
44
run: cargo fmt --all -- --check
45
46
cargo-clippy:
47
+ name: cargo-clippy (${{ strategy.job-index == 0 && 'Linux' || (strategy.job-index == 1 && 'Windows' || 'macOS') }})
48
strategy:
49
matrix:
50
# Disable spot instances in the GitHub merge queue, and disable runs-on entirely for forks
@@ -246,6 +247,7 @@ jobs:
246
247
cargo -Zgitoxide -Zgit build --locked --package auto-id-domain-runtime
248
249
cargo-test:
250
+ name: cargo-test (${{ strategy.job-index == 0 && 'Linux' || (strategy.job-index == 1 && 'Windows' || 'macOS') }})
251
252
253
os: ${{ fromJson(github.repository_owner == 'autonomys' &&
0 commit comments