From a88da61cc28171e590991c1fdf0737b2900a1231 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 17 Oct 2023 12:11:15 +0300 Subject: [PATCH] Make the job name a tad more readable --- .github/workflows/ci_cargo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cargo.yml b/.github/workflows/ci_cargo.yml index 09542c2..1d7ec48 100644 --- a/.github/workflows/ci_cargo.yml +++ b/.github/workflows/ci_cargo.yml @@ -19,7 +19,7 @@ env: jobs: cargo-checks-v5: - name: "${{ matrix.target }} | ${{ matrix.esp-idf.version }} | hal(std):${{ matrix.std-config.hal }}(${{ matrix.std-config.std }})" + name: "${{ matrix.target }} | ${{ matrix.esp-idf.version }} | hal=${{ matrix.std-config.hal }} | std=${{ matrix.std-config.std }}" runs-on: ubuntu-latest strategy: fail-fast: false