Skip to content

Selective testing

As projects grow, running every test on every push stops being viable. Tuist Selective Testing drastically reduces test time by running only the tests affected by what changed since the last successful run, using our hashing algorithm.

Supported build systems#

Support for other build systems is planned.