diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 25392d26b46..e7c08097977 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,6 +35,7 @@ jobs: "docs", "doctesting", "mypy", + "mypy-diff", ] include: @@ -91,7 +92,10 @@ jobs: python: "3.8" os: ubuntu-latest tox_env: "mypy" - skip_coverage: true + - name: "mypy-diff" + python: "3.8" + os: ubuntu-latest + tox_env: "mypy-diff" steps: - uses: actions/checkout@v1