Skip to content

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

@paulbellamy

Description

@paulbellamy

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    To Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions