From 5b80f44485fee84a7188d92afd3907bce7a9f5de Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Fri, 2 Jun 2023 15:48:35 +0100 Subject: [PATCH] ci: pytest workflow updated to fail on warnings. --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 320e3543..b25c7d17 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -45,4 +45,4 @@ jobs: pip freeze - name: Run tests - run: pytest --cov=pyerrors -vv + run: pytest --cov=pyerrors -vv -Werror