a dev node in ci for the chain adapter's integration tests #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #3
Scope
Run a
quantus-node --dev(the chain repo's Dockerfile, or a binary from its releases, pinned by version) as a service in the CI job, and mark the adapter's integration tests#[ignore]unlessWALLET_DEV_NODEis set. Tests: connect, balance ofcrystal_alice, sign and submit a transfer with each scheme, watch to finality, dispatch-error decoding, reversible schedule and cancel.Acceptance
The tests run on every push on the
rust-gtk3runner and finish in under five minutes. Locally,WALLET_DEV_NODE=ws://127.0.0.1:9944 cargo test -- --ignoredruns the same suite.Depends on
The subxt config.