Skip to content
New issue

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

write CI which installs and executes a local electrum server on regtest #2

Open
gorazdko opened this issue Jun 7, 2021 · 1 comment
Assignees

Comments

@gorazdko
Copy link
Contributor

gorazdko commented Jun 7, 2021

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/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

@gorazdko gorazdko added good first issue Good for newcomers help wanted Extra attention is needed internship and removed good first issue Good for newcomers help wanted Extra attention is needed labels Jun 7, 2021
@HarshCasper
Copy link

Can I please take it up? I will be working as a Software Developer Intern with Blockchain Commons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants