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

Configure CI automation for running relayer tests #31

Closed
3 tasks
soareschen opened this issue Jul 29, 2024 · 1 comment
Closed
3 tasks

Configure CI automation for running relayer tests #31

soareschen opened this issue Jul 29, 2024 · 1 comment

Comments

@soareschen
Copy link
Collaborator

Summary

The initial relayer will be tested using starknet-devnet-rs. We will need to configure the GitHub Actions CI to be able to run the devnet before running the relayer tests.

Tasks

  • Fetch the starknet-devnet executable on the CI using Nix, Docker, or downloading tarball.
  • Run starknet-devnet with a fix seed, i.e. --seed 0, so that all contract addresses and signers remain the same over multiple test runs.
  • Cargo run hermes-starknet-integration-tests while the devnet is running.
@soareschen
Copy link
Collaborator Author

Closed by #46.

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

1 participant