ci: Run tests with G_DEBUG=fatal-warnings

This commit is contained in:
James Westman 2022-12-19 13:58:40 -06:00
parent 8758bac40a
commit 8a1dba662a
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6

View file

@ -8,7 +8,7 @@ build:
script: script:
- black --check --diff blueprintcompiler tests - black --check --diff blueprintcompiler tests
- mypy --python-version=3.9 blueprintcompiler - mypy --python-version=3.9 blueprintcompiler
- coverage run -m unittest - G_DEBUG=fatal-warnings coverage run -m unittest
- coverage report - coverage report
- coverage html - coverage html
- coverage xml - coverage xml