repository: run TestPruneSmall in parallel to other tests

This commit is contained in:
Michael Eischer
2026-06-14 22:52:09 +02:00
parent 2148508050
commit f91afb2fa8
+1
View File
@@ -120,6 +120,7 @@ func TestPrune(t *testing.T) {
6.) The result should be less packfiles than before
*/
func TestPruneSmall(t *testing.T) {
t.Parallel()
seed := time.Now().UnixNano()
random := rand.New(rand.NewSource(seed))
t.Logf("rand initialized with seed %d", seed)