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

Use cached builds #1

Open
atgraha opened this issue Jul 12, 2023 · 0 comments
Open

Use cached builds #1

atgraha opened this issue Jul 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@atgraha
Copy link
Contributor

atgraha commented Jul 12, 2023

The actions-rs set of actions was effectively unmaintained and deprecated (see: actions-rs/toolchain#219). This repository has since switched to using moonrepo/setup-rust. A benefit of the change is that setup-rust also has caching, which should be taken advantage of.

Current behavior

Both unit-tests and integration-tests jobs build independent versions. This should be consolidated into a single build intended for testing.

Desired behavior

Utilize caching in the pipeline.

@atgraha atgraha added the enhancement New feature or request label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant