From 8a1dba662a6982038dc1ec1ca66fb8163f362532 Mon Sep 17 00:00:00 2001 From: James Westman Date: Mon, 19 Dec 2022 13:58:40 -0600 Subject: [PATCH] ci: Run tests with G_DEBUG=fatal-warnings --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90a9f8d..380f288 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ build: script: - black --check --diff blueprintcompiler tests - mypy --python-version=3.9 blueprintcompiler - - coverage run -m unittest + - G_DEBUG=fatal-warnings coverage run -m unittest - coverage report - coverage html - coverage xml