Skip to content

Commit

Permalink
make test
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Sep 29, 2024
1 parent 5a6ebbe commit 6a76616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: uv sync --all-extras --dev
- name: Tests
if: contains(fromJSON('["3.10.9", "3.11.1", "3.11.5", "3.12"]'), matrix.python-version)
run: pytest
run: make test
- name: Test coverage
if: matrix.python-version == '3.11.5'
run: |
Expand Down

0 comments on commit 6a76616

Please sign in to comment.