Skip to content

Commit

Permalink
run tests verbosely
Browse files Browse the repository at this point in the history
  • Loading branch information
ntessore committed Mar 22, 2024
1 parent e9e7e74 commit a9923b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: pip install '.[test]'
- run: pytest --pyargs healpix
- run: pytest -v --pyargs healpix

0 comments on commit a9923b5

Please sign in to comment.