bensu / doo

doo is a library and lein plugin to run cljs.test on different js environments.
Eclipse Public License 1.0
324 stars 63 forks source link

Running the tests exactly once? #1

Closed lvh closed 9 years ago

lvh commented 9 years ago

First off, thanks a lot for doo; it's a fantastic tool :) While it works really well for development (since it watches and automatically runs the build), is there a way to get it to just run once, i.e. for CI?

bensu commented 9 years ago

I just published [0.1.1-SNAPSHOT] which includes an extra argument to the command line: once; details in the README. Please let me know how it works before we close this issue.

lvh commented 9 years ago

Works a charm! Thank you so much :)