Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 331 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 331 Bytes

testutil

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:

  1. Rust
  2. Docker to be up and running

Then:

export RUST_LOG=info
cargo test