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

Setup automated testing #7

Open
Tracked by #1802
tzdybal opened this issue Oct 28, 2024 · 2 comments
Open
Tracked by #1802

Setup automated testing #7

tzdybal opened this issue Oct 28, 2024 · 2 comments

Comments

@tzdybal
Copy link
Member

tzdybal commented Oct 28, 2024

All the testing, including when EVM has to be running needs to be automated.

Programmatically starting/stopping docker container with EVM implementation seems to be most flexible solution (could be reused both in CI and for local development).

The scope of this task is to ensure that tests that require EVM can be executed both in CI and in locally.

@ProgramCpp
Copy link
Contributor

@tzdybal Can the CI runners spin up dependent containers? for example github workflows support container services and docker compose actions

@tzdybal
Copy link
Member Author

tzdybal commented Nov 1, 2024

TBH I prefer something like dockertest or Testcontainers - this works for both CI and local testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants