Skip to content

Commit

Permalink
Test with bounds checking in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymillar committed Mar 14, 2024
1 parent c547ec8 commit c30aba8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
run: |
python setup.py sdist
pip install dist/mchap-*.tar.gz
- name: Test with pytest (bounds checked)
env:
NUMBA_BOUNDSCHECK: 1
run: |
pytest -vv
- name: Test with pytest
env:
NUMBA_BOUNDSCHECK: 0
run: |
pytest -vv

0 comments on commit c30aba8

Please sign in to comment.