-
Notifications
You must be signed in to change notification settings - Fork 10
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
solana-ibc: add Anchor tests to CI #22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the CI, though it takes a long time to install anchor.
Thanks. Due to the time let’s keep this as draft for now. Once 0.29 is released we can try using Docker image instead which cuts all the Solana and Anchor installation and build time. |
Any idea on how long it takes? |
OK, so timing wise, when those three steps are run one after the
Altogether nine and a half minutes. That’s IMO long for CI but not Interestingly, using Docker container is actually slower. Setting up |
So since we are already running |
Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
No description provided.