Skip to content

Commit 962ed5e

Browse files
committed
ci: add indicate toolchain file in job name
1 parent 6ed6429 commit 962ed5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
install:
10-
name: Rust ${{matrix.rust}} ${{matrix.os}}
10+
name: Rust ${{matrix.rust || '(toolchain file)'}} ${{matrix.os}}
1111
runs-on: ${{matrix.os}}
1212
strategy:
1313
fail-fast: false

0 commit comments

Comments
 (0)