mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Add the requirement for a debug Serai node to running tests documentation
This commit is contained in:
parent
ffd1457927
commit
076a8e4d62
1 changed files with 4 additions and 3 deletions
|
@ -66,9 +66,10 @@ cargo build --release --all-features
|
|||
|
||||
Running tests requires:
|
||||
|
||||
- A Bitcoin regtest node
|
||||
- A Monero regtest node
|
||||
- A monero-wallet-rpc instance
|
||||
- A properly configured Bitcoin regtest node (available via Docker)
|
||||
- A properly configured Monero regtest node (available via Docker)
|
||||
- A properly configured monero-wallet-rpc instance
|
||||
- A debug Serai node (`cd substrate/node && cargo build`)
|
||||
|
||||
```
|
||||
cargo test --all-features
|
||||
|
|
Loading…
Reference in a new issue