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
chore: speed up CI with caching, batch wasm builds, and dedup tests
- Add GitHub Actions caching for Rust target/, cargo registry, and
PocketIC binary (shared-build.yml)
- Batch-build all Rust canister wasm targets in a single cargo
invocation instead of per-canister icp deploy (build-all-wasm.sh)
- Use icp canister create + install --wasm with prebuilt wasms instead
of icp deploy for Rust canisters (validate-and-test-all.sh)
- Remove duplicate Rust tests: cargo test --workspace already runs in
rust-lint-format.sh, so remove individual cargo test -p from
run-test.sh
- Remove redundant cargo check from rust-lint-format.sh (clippy is a
superset)
- Add --skip-build flag to setup-dashboard-dev-env.sh for CI use
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments