mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16:29 +03:00
test: compile deltachat-rpc-server in debug mode for tests
This reduces compilation times.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
cargo install --path deltachat-rpc-server/ --root "$PWD/venv"
|
||||
cargo install --path deltachat-rpc-server/ --root "$PWD/venv" --debug
|
||||
PATH="$PWD/venv/bin:$PATH" tox -c deltachat-rpc-client
|
||||
|
||||
Reference in New Issue
Block a user