We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CI takes too long. I assume it's mostly the Aiken compilation that happens during the build process for each of the example projects.
Aiken
I assume that if we split them up they could be handled by separate workers? That would parallelize the process.
The text was updated successfully, but these errors were encountered:
There are other articles talking about how to improve times, e.g. caches, etc, so there might be other ways: https://www.reillywood.com/blog/rust-faster-ci/
The main issue is that it's much slower than I feel it should be.
Sorry, something went wrong.
https://blog.logrocket.com/optimizing-ci-cd-pipelines-rust-projects/
No branches or pull requests
CI takes too long. I assume it's mostly the
Aiken
compilation that happens during the build process for each of the example projects.I assume that if we split them up they could be handled by separate workers? That would parallelize the process.
The text was updated successfully, but these errors were encountered: