This repo contains docker modules for testcontainers-rs
: GGX, BTC, Vault, Cosmos, Hermes.
And end-to-end (e2e) tests under /tests
To run all tests you need:
- Rust
- Docker to be up and running
Then:
export RUST_LOG=info
cargo test
This repo contains docker modules for testcontainers-rs
: GGX, BTC, Vault, Cosmos, Hermes.
And end-to-end (e2e) tests under /tests
To run all tests you need:
Then:
export RUST_LOG=info
cargo test