Right now, builds are fairly slow on the cli / check job. This is largely because Rust build artifacts are not being cached properly. Caching (likely sccache) should be properly configured and enabled, to speed up builds/tests/lints on PRs and the main branch.
Right now, builds are fairly slow on the
cli / checkjob. This is largely because Rust build artifacts are not being cached properly. Caching (likelysccache) should be properly configured and enabled, to speed up builds/tests/lints on PRs and themainbranch.