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