Hive Hive
Sign in

CLI 4.194.3

Metadata
Source
GitHub
Version
4.194.3
Published
May 15, 2026 · 10:35 UTC
Repository
tuist/tuist
Update

This patch fixes native test sharding when you split build-for-testing and test-without-building across separate CI jobs.

  • tuist test and tuist xcodebuild test now respect --shard-reference and TUIST_SHARD_REFERENCE end-to-end, so an explicit reference set during the build step carries through to the test step.
  • tuist xcodebuild test-without-building also accepts --shard-reference / TUIST_SHARD_REFERENCE.
  • On CircleCI, the auto-derived shard reference now uses the workflow ID instead of the per-job build number, so references stay stable across jobs in the same workflow. It falls back to the per-job build number when workflows are not enabled.