Add rust version name to CI job

This commit is contained in:
mejrs 2022-02-14 22:47:39 +01:00
parent 10c3e5b094
commit 0ca19350f9
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ jobs:
build:
needs: [fmt] # don't wait for clippy as fails rarely and takes longer
name: python${{ matrix.python-version }}-${{ matrix.platform.python-architecture }} ${{ matrix.platform.os }} ${{ matrix.msrv }}
name: python${{ matrix.python-version }}-${{ matrix.platform.python-architecture }} ${{ matrix.platform.os }} rust-${{ matrix.rust }}
runs-on: ${{ matrix.platform.os }}
strategy:
fail-fast: false # If one platform fails, allow the rest to keep testing.