Skip to content

Commit

Permalink
added -werror to pytests as suggested in #68 by @teapot9
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Apr 21, 2023
1 parent 265f664 commit 03529ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install .[dev]
- name: Test with pytest
run: pytest --cov-report term --cov=pySMART
run: pytest --cov-report term --cov=pySMART -Werror

- name: Generate coverage report
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 03529ea

Please sign in to comment.