Skip to content

Commit

Permalink
CI: Let pytest treat warnings as errors for examples
Browse files Browse the repository at this point in the history
When running the examples, let pytest treat warnings as errors for examples.
  • Loading branch information
EwoutH authored and rht committed Aug 12, 2024
1 parent f00ff96 commit 97d6a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
- name: Test examples
run: |
cd mesa-examples
pytest test_examples.py
pytest -rA -Werror test_examples.py

0 comments on commit 97d6a4f

Please sign in to comment.