Skip to content

Commit

Permalink
Run pytest with warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Feb 17, 2025
1 parent 52538e7 commit 066316d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Install the project
run: uv sync --all-extras
- name: Run tests
run: uv run pytest tests
run: uv run pytest -W error tests

0 comments on commit 066316d

Please # to comment.