mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 10:48:19 -04:00
87f318c4bc
- Rename tools/xtask to tools/xtask-smoketest - Add USE_SHARED_TARGET_DIR flag to control caching behavior - When true: tests share target/smoketest-modules/ and global CARGO_HOME - When false: each test gets isolated CARGO_HOME (no sharing) - Shared mode is 1.68x faster (378s vs 636s for all tests) - Add detailed build timing instrumentation