ci: clearer test names

This commit is contained in:
Rob Ede 2024-01-13 16:03:46 +00:00
parent aa089182f2
commit ba41ca6f71
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
install: install:
name: Rust ${{matrix.rust || '(toolchain file)'}} ${{matrix.os}} name: Rust ${{matrix.rust || '(default)'}} (toolchain-file=${{matrix.write-toolchain-file}}) (${{matrix.os}})
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
strategy: strategy:
fail-fast: false fail-fast: false