Skip to content

Commit 38636c8

Browse files
committed
Better test names
1 parent fbbccca commit 38636c8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/style.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: lint
33
jobs:
44
style:
55
runs-on: ubuntu-latest
6+
name: ${{ matrix.toolchain }}
67
strategy:
78
fail-fast: false
89
matrix:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: cargo test
33
jobs:
44
test:
55
runs-on: ${{ matrix.os }}
6+
name: ${{ matrix.os }} / ${{ matrix.toolchain }}
67
strategy:
78
fail-fast: false
89
matrix:

0 commit comments

Comments
 (0)