Skip to content

Commit

Permalink
update release workflows to work with both packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 9, 2024
1 parent 9acf150 commit 993cca1
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 @@ -22,7 +22,7 @@ jobs:
working-directory: ./${{ matrix.package }}

unit_test:
name: 'Unit tests - ${{ matrix.package }} - ${{ matrix.python-version }}'
name: 'Unit tests with coverage - ${{ matrix.package }} - ${{ matrix.python-version }}'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 993cca1

Please sign in to comment.