Skip to content

Commit

Permalink
ci: run tests with -W error
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Dec 16, 2024
1 parent b864931 commit 52095d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python -m pip install flake8
python -m pip install .
- name: Run tests
run: python3 -m unittest
run: python3 -W error -m unittest

type-checker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 52095d6

Please sign in to comment.