mirror of
https://github.com/restic/restic.git
synced 2026-06-27 11:04:17 +00:00
repository: run TestPruneSmall in parallel to other tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user