Add rust version name to CI job
This commit is contained in:
parent
10c3e5b094
commit
0ca19350f9
|
@ -70,7 +70,7 @@ jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: [fmt] # don't wait for clippy as fails rarely and takes longer
|
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 }}
|
runs-on: ${{ matrix.platform.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # If one platform fails, allow the rest to keep testing.
|
fail-fast: false # If one platform fails, allow the rest to keep testing.
|
||||||
|
|
Loading…
Reference in New Issue