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

reset anvil before running tests #73

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

juanbono
Copy link
Contributor

@juanbono juanbono commented Aug 9, 2024

This PR adds an small change to the Makefile to reset the anvil container before running the tests (pr target in the makefile).

This makes the feedback loop shorter since devs don't need to manually remove the container between runs.

Other possible improvements:
We can just call docker stop anvil or docker start anvil instead of calling the following scripts:

  • ./crates/contracts/anvil/stop-anvil.sh
  • ./crates/contracts/anvil/start-anvil.sh

@supernovahs supernovahs merged commit b8ccd84 into Layr-Labs:main Aug 9, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants