Hive Hive
Sign in

Sharded test builds no longer leak an extra test target per shard

Metadata
Source
GitHub
Version
4.193.1
Published
May 11, 2026 · 17:24 UTC
Repository
tuist/tuist
Update

When running tuist test --test-targets with a focused set of tests in sharded CI builds, each shard previously ended up building the alphabetically first test target in the workspace as well. Tuist now prunes and rewrites dangling pre/post-action target references correctly, so only the requested test target is built in each shard.