We may want to wait until #135 is resolved before embarking on this.
What?
Currently our test suite is run three times serially via make test. We should have our continuous integration system run them all in parallel.
Why?
Our test suite is getting pretty long! It takes 8 minutes and 24 seconds for Travis to build and test the branch that adds support for running our test suite in the self-hosted ClojureScript context.
We may want to wait until #135 is resolved before embarking on this.
What?
Currently our test suite is run three times serially via
make test. We should have our continuous integration system run them all in parallel.Why?
Our test suite is getting pretty long! It takes 8 minutes and 24 seconds for Travis to build and test the branch that adds support for running our test suite in the self-hosted ClojureScript context.