carton icon indicating copy to clipboard operation
carton copied to clipboard

Add `--watch` flag to `carton test`

Open MaxDesiatov opened this issue 3 years ago • 0 comments

carton test doesn't block and watch for changes by default, as it's primarily supposed to run on CI where this behaviour is undesired. At the same time, watching for changes in tests and their dependencies is still useful when developing locally.

MaxDesiatov avatar Nov 01 '20 17:11 MaxDesiatov