mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 22:36:30 +03:00
Add scripts for running deltachat-rpc-client tests
This commit is contained in:
4
scripts/run-rpc-test.sh
Executable file
4
scripts/run-rpc-test.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
cargo install --path deltachat-rpc-server/ --root "$PWD/venv"
|
||||
PATH="$PWD/venv/bin:$PATH" tox -c deltachat-rpc-client
|
||||
Reference in New Issue
Block a user