Files
breez-sdk-liquid/lib/README.md
2024-03-18 19:03:25 +01:00

306 B

breez-sdk-liquid

Tests

In order to run tests, you can execute cargo test -- --nocapture --test-threads 1. This is due to the fact that currently tests require some degree of interaction (e.g. adding the funding invoice) in order to work, and thus should be run with a single thread (sequentially).