Skip to content

Commit

Permalink
Fix unit test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Jun 24, 2024
1 parent dec9668 commit b535141
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 @@ -26,7 +26,7 @@ jobs:
run: pixi run pre-commit-run --color=always --show-diff-on-failure

unit-tests:
name: Unit Tests - ${{ matrix.os == 'ubuntu-latest' && 'Linux' || 'Windows' }} - Python ${{ matrix.python-version }}
name: Unit Tets
timeout-minutes: 30
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit b535141

Please sign in to comment.