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

Mimic cargo adding -p flag to build sub contracts, and all with --all #182

Open
ascjones opened this issue Feb 18, 2021 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ascjones
Copy link
Collaborator

Further to #174 and in relation to #60, cargo-contract should mimic cargo for building/testing individual contract packages.

At the moment you can build a sub contract workspace using --manifest-path=subcontract/Cargo.toml, but it should also be possible to do -p subcontract.

Similarly we should be able to build/test all contracts in the workspace with --all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants