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 fbbccca commit 38636c8Copy full SHA for 38636c8
.github/workflows/style.yml
@@ -3,6 +3,7 @@ name: lint
3
jobs:
4
style:
5
runs-on: ubuntu-latest
6
+ name: ${{ matrix.toolchain }}
7
strategy:
8
fail-fast: false
9
matrix:
.github/workflows/test.yml
@@ -3,6 +3,7 @@ name: cargo test
test:
runs-on: ${{ matrix.os }}
+ name: ${{ matrix.os }} / ${{ matrix.toolchain }}
0 commit comments