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

System Test: shouldn't need to recompile the example contracts once for each test #52

Open
paulbellamy opened this issue Apr 10, 2023 · 0 comments

Comments

@paulbellamy
Copy link
Contributor

What problem does your feature solve?

Currently this re-compiles the example contracts for each test. This takes a lot of time.

What would you like to see?

We should compile a contract once and cache it for future tests.

What alternatives are there?

Compile all the contracts in advance, which might actually be even faster (since cargo would only need to build the deps once).

@sreuland sreuland added this to the Soroban Pubnet Release milestone Sep 27, 2023
@sreuland sreuland changed the title System-test shouldn't need to recompile the example contracts once for each test System Test: shouldn't need to recompile the example contracts once for each test Sep 27, 2023
@mollykarcher mollykarcher removed this from the Soroban Pubnet Release milestone Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

3 participants