-
Notifications
You must be signed in to change notification settings - Fork 851
Closed
Description
I'm using stack for a project, and having it run the test suite on CircleCI (the config file is here, if anyone else wants it: https://gist.github.com/dbp/bef96402ea07001dfed2).
One issue is that the caching mechanism runs before the test suite runs. This generally makes sense, but it is a problem with how stack handles test suites. In particular, stack build doesn't install libraries needed for the test suite, only stack test does.
Is there a way to install test dependencies without running the test suite?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels