-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
A-Build-SystemRelated to CI and GitHub ActionsRelated to CI and GitHub ActionsA-LinterRelated to the linter and custom lintsRelated to the linter and custom lintsC-UsabilityAn improvement that makes the API more pleasantAn improvement that makes the API more pleasantD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixesA "normal" level of difficulty; suitable for simple features or challenging fixesS-Needs-DesignThis issue requires design work to think about how it would best be accomplishedThis issue requires design work to think about how it would best be accomplished
Description
Currently the linter action installs the Rust toolchain and the linter together, but popular caching actions like Swatinem/rust-cache
need to be run between these two steps. We need to either split the steps into two separate actions or provide built-in caching to improve CI times.
Metadata
Metadata
Assignees
Labels
A-Build-SystemRelated to CI and GitHub ActionsRelated to CI and GitHub ActionsA-LinterRelated to the linter and custom lintsRelated to the linter and custom lintsC-UsabilityAn improvement that makes the API more pleasantAn improvement that makes the API more pleasantD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixesA "normal" level of difficulty; suitable for simple features or challenging fixesS-Needs-DesignThis issue requires design work to think about how it would best be accomplishedThis issue requires design work to think about how it would best be accomplished