mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The full test suite takes ~100 minutes sequentially. Split into 4 parallel shards using Vitest's --shard flag so each completes in ~25 minutes. Removed coverage from CI (was causing overhead without being reported anywhere). 30-minute timeout per shard as safety net.