mirror of
https://github.com/nim-lang/Nim.git
synced 2026-09-07 22:17:28 +00:00
* Compile tester with --opt:speed This makes "tester html" substantially faster * Use a private nimcache for each test This allows reusing the cache between test runs. It is also prep for parallel testing within a single category (#6913)