We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we can execute tests locally with
cargo test
In addition, we can test with:
cargo test --features nigiri
which requires a local electrum server on regtest, called nigiri: https://github.com/vulpemventures/nigiri
nigiri
The CI to use should be Github Actions, see an example here: https://github.com/BlockchainCommons/musign-cli/blob/master/.github/workflows/Build.yml
Both commands (cargo test and cargo test --features nigiri) should run successfully in CI
The text was updated successfully, but these errors were encountered:
Can I please take it up? I will be working as a Software Developer Intern with Blockchain Commons.
Sorry, something went wrong.
HarshCasper
No branches or pull requests
Abstract
Currently we can execute tests locally with
cargo test
In addition, we can test with:
cargo test --features nigiri
which requires a local electrum server on regtest, called
nigiri
: https://github.com/vulpemventures/nigiriThe CI to use should be Github Actions, see an example here: https://github.com/BlockchainCommons/musign-cli/blob/master/.github/workflows/Build.yml
Both commands (
cargo test
andcargo test --features nigiri
) should run successfully in CIThe text was updated successfully, but these errors were encountered: