From ba41ca6f71dca3d3a627600631fedb7f260d083e Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 13 Jan 2024 16:03:46 +0000 Subject: [PATCH] ci: clearer test names --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9120aa..8f3020a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: jobs: 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}} strategy: fail-fast: false