multiversx / mx-sdk-rust-contract-builder

Docker image (and wrappers) for reproducible contract builds (Rust).
MIT License
1 stars 2 forks source link

Use another placeholder for test files #22

Closed andreibancioiu closed 1 year ago

andreibancioiu commented 1 year ago

For some workspaces (e.g. mx-exchange-sc), test files are required to be present for the compilation to work. Currently, we replace their content with a placeholder (since only their presence is required, their content is not).

Question: should we include tests & dev-dependencies in the *.source.json artifacts or not? The answer is do not include them.