Skip to content

Commit

Permalink
Make the job name a tad more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov authored Oct 17, 2023
1 parent 747c05f commit a88da61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a88da61

Please sign in to comment.