Skip to content

Commit

Permalink
Fail on errors in test (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangreene authored May 18, 2024
1 parent 83c2e83 commit c3c0551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
python-version: '3.12'
- name: Run tests
run: python test.py
run: python -W error test.py

0 comments on commit c3c0551

Please sign in to comment.