Fix deltachat-rpc-server tests for tox 4

This commit is contained in:
link2xt
2022-12-09 14:34:21 +00:00
parent c830db07ad
commit f5cb56fd86
3 changed files with 5 additions and 2 deletions

View File

@@ -134,6 +134,10 @@ jobs:
if: ${{ matrix.python }}
run: cargo build -p deltachat-rpc-server
- name: add deltachat-rpc-server to path
if: ${{ matrix.python }}
run: echo ${{ github.workspace }}/target/debug >> $GITHUB_PATH
- name: run deltachat-rpc-client tests
if: ${{ matrix.python }}
env: