-
Notifications
You must be signed in to change notification settings - Fork 27
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
test: add unit test for pop build parachain
#81
Conversation
pop build parachain
Not sure why the CI is failing. Works fine on my machine. |
@brunopgalvao setup protoc on the CI. Some dependency wants that. |
Build the parachain is very slow, and now running Any thoughts on how to improve this? Should we add a feature flag as suggested there? |
Looks like we do need the wasm32-unknown-unknown target:
I have added it back in. |
I have updated the PR according to your feedback.
Unit test for
pop build parachain