mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
ci: Run tests with G_DEBUG=fatal-warnings
This commit is contained in:
parent
8758bac40a
commit
8a1dba662a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue