Skip to content

Commit ba41ca6

Browse files
committed
ci: clearer test names
1 parent aa08918 commit ba41ca6

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 || '(toolchain file)'}} ${{matrix.os}}
10+
name: Rust ${{matrix.rust || '(default)'}} (toolchain-file=${{matrix.write-toolchain-file}}) (${{matrix.os}})
1111
runs-on: ${{matrix.os}}
1212
strategy:
1313
fail-fast: false

0 commit comments

Comments
 (0)