diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbb5460d4..9da28ae81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: - name: Lint Python bindings working-directory: python - run: tox -e lint,mypy,doc + run: tox -e lint - name: Lint deltachat-rpc-client working-directory: deltachat-rpc-client @@ -185,7 +185,7 @@ jobs: DCC_RS_TARGET: debug DCC_RS_DEV: ${{ github.workspace }} working-directory: python - run: tox -e py + run: tox -e mypy,doc,py - name: Build deltachat-rpc-server run: cargo build -p deltachat-rpc-server