You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IDE test currently take no more than 40s to run. Most of the time is
spent compiling dotty-compiler and starting sbt.
Running them with the bootstrapped tests in the CI saves us the time
spent starting sbt and compiling dotty-compiler (done once for both).
0 commit comments