245f09fb7c
Mount /cache/cargo-target/pezkuwi-sdk on VPS runners to reuse compiled artifacts between workflow runs. This significantly speeds up subsequent builds by avoiding full recompilation. Updated workflows: - checks.yml (cargo-clippy, check-try-runtime) - docs.yml (test-doc, build-rustdoc) - tests-linux-stable.yml (all test jobs) Also removed Swatinem/rust-cache where persistent cache is used since it's now redundant.