-
Notifications
You must be signed in to change notification settings - Fork 849
Closed
Description
How appropriate would it be to allow a new argument which prevents stack from triggering a rebuild when a test suite changes?
During development of a web app using yesod, we're in the situation where I'm running the server with yesod devel (which uses stack ... --file-watch underneath).
Our selenium test suite is attached to the server devel is running. I'm altering some selenium tests which I have loaded with GHCi. When I change the selenium tests, stack notices, which signals to devel that a rebuild is required even though it's not! This really just slows down development.
I propose something like stack build --file-watch --no-watch-tests . What do you think?
JonnyRa
Metadata
Metadata
Assignees
Labels
No labels