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

Compile once when running tests, rather than recompiling for each timezone #136

Open
danielcompton opened this issue Dec 12, 2018 · 0 comments

Comments

@danielcompton
Copy link
Collaborator

With #134, we run tests under many timezones now by exporting the TZ variable. However we create a new Boot process for each set of timezone tests and recompile ClojureScript twice (:simple and :advanced). It should be possible to compile once for :simple, then run the test suite for all the different timezones, then recompile again for :advanced and run the test suite again.

This might mean moving away from Doo as it ties the compilation to the running of the tests.

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

1 participant