try to fix ci

This commit is contained in:
Franz Heinzmann (Frando)
2022-06-29 20:26:41 +02:00
committed by Simon Laux
parent 35b70b1d1b
commit 4bb1980f8d
2 changed files with 3 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: -p deltachat_ffi
args: -p deltachat_ffi --features jsonrpc
- name: run python tests
if: ${{ matrix.python }}