necessist icon indicating copy to clipboard operation
necessist copied to clipboard

Add option to "dry run" tests by just building them

Open smoelius opened this issue 1 year ago • 0 comments

This would benefit projects where (1) there are tests that are slow to run, and (2) those tests have no removal candidates.

Syntax-wise, the option might be--dry-run MODE, with MODE one of off, build-only, or on.

--no-dry-run would then become an alias for --dry-run off.

smoelius avatar Sep 11 '23 09:09 smoelius