Skip to content

Commit

Permalink
Add more explicit test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Jun 28, 2024
1 parent d7cf2aa commit 480e69d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ jobs:
run: |
cd tests
python test_gsobject_model.py
python test_knn_interp.py
python test_meanify.py
coverage run -m pytest -v -s
coverage combine || true
coverage report
Expand Down

0 comments on commit 480e69d

Please sign in to comment.