mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
I've tried to put together some scripted tests to remove the overhead of compiling the whole sbt, which is around 3 minutes every time. This new structure *should* make the scripted tests run faster. Aside from this, we do some more tweaks: * Increase memory. * Fork processes to compile and run (to see if it makes a difference). * Pass in the server flag to sbt.