mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 17:38:02 +02:00
When forking, a test could be run as many times as its `TestDef` matched `Fingerprint`s. When forking is disabled, sbt correctly runs the tests only once.