consensus-shipyard / ipc

🌳 Spawn multi-level trees of customized, scalable, EVM-compatible networks with IPC. L2++ powered by FVM, Wasm, libp2p, IPFS/IPLD, and CometBFT.
https://ipc.space
Apache License 2.0
41 stars 35 forks source link

chore(core): fix clippy/fmt + actually use caches #1125

Closed raulk closed 1 month ago

raulk commented 1 month ago

Great! Got a full cached build down to 25min, and I think we can do better by:

  1. Building all targets (including tests, benches, etc.) at the top, so we cache their dependencies too.
  2. Running e2e tests with the release profile so it utilises caches.