Skip to content

Commit

Permalink
adjust job names
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Nov 19, 2024
1 parent 9bf932a commit aa38b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

test:
needs: [resolve]
name: test rust-${{ matrix.rust-version }} on ${{ matrix.runs-on }}
name: test rust-${{ matrix.rust-version }} on ${{ matrix.runs-on }}, Python ${{ matrix.python-version }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit aa38b16

Please sign in to comment.