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 d514dcd commit 10c078eCopy full SHA for 10c078e
.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
@@ -272,6 +273,7 @@ jobs:
272
273
cargo -Zgitoxide -Zgit build --locked --package auto-id-domain-runtime
274
275
cargo-test:
276
+ name: cargo-test (${{ strategy.job-index == 0 && 'Linux' || (strategy.job-index == 1 && 'Windows' || 'macOS') }})
277
278
279
os: ${{ fromJson(github.repository_owner == 'autonomys' &&
0 commit comments