You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
andintegration-tests
jobs build independent versions. This should be consolidated into a single build intended for testing.Desired behavior
Utilize caching in the pipeline.
The text was updated successfully, but these errors were encountered: