Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to merely build tests #534

Closed
pharpend opened this issue Jul 6, 2015 · 1 comment
Closed

Add option to merely build tests #534

pharpend opened this issue Jul 6, 2015 · 1 comment

Comments

@pharpend
Copy link
Contributor

pharpend commented Jul 6, 2015

In developing software, it's often helpful to write a suite of failing tests, and then write library functions to make the tests pass. When I'm in the test-writing stage, I don't need stack to tell me that the tests are failing, I just want to make sure they type-check.

Could you please add an option to not run the tests, but just to build them?

Perhaps there already is an option, but I can't find it in the documentation.

@snoyberg
Copy link
Contributor

snoyberg commented Jul 7, 2015

Check out the recently added --no-run-tests from #517.

@snoyberg snoyberg closed this as completed Jul 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants