From 52095d666a3d7e2adf83051a66716ea69fad80c4 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Mon, 16 Dec 2024 12:18:59 +0100 Subject: [PATCH] ci: run tests with -W error --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f99547a..7f021cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: python -m pip install flake8 python -m pip install . - name: Run tests - run: python3 -m unittest + run: python3 -W error -m unittest type-checker: runs-on: ubuntu-latest