ci: cache Rust builds with Swatinem/rust-cache to speed up release + CI
This commit is contained in:
@@ -37,6 +37,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- uses: dtolnay/rust-toolchain@1.86.0
|
- uses: dtolnay/rust-toolchain@1.86.0
|
||||||
|
- uses: Swatinem/rust-cache@v2
|
||||||
- run: cargo test
|
- run: cargo test
|
||||||
|
|
||||||
# NOTE: the crates.io publish is driven by the maintainer's release tooling
|
# NOTE: the crates.io publish is driven by the maintainer's release tooling
|
||||||
|
|||||||
Reference in New Issue
Block a user