You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be working on master and 1.9.3, I cannot reproduce. I'm adding an integration test to ensure this continues to work and closing. If you have a repro against Stack master or 1.9.3, please comment.
https://github.com/commercialhaskell/stack/blob/master/doc/yaml_configuration.md suggests that it's possible to disable running tests after building them however
having
or
inside stack.yaml does nothing:
stack build foo:test
results in compiling test executable (expected) and running it (unexpected).The text was updated successfully, but these errors were encountered: