Run tests in parallel where possible.

This commit is contained in:
Joachim Bauch 2025-12-04 12:23:14 +01:00
commit 4986122493
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
44 changed files with 240 additions and 69 deletions

View file

@ -30,6 +30,7 @@ import (
)
func TestStats(t *testing.T) {
t.Parallel()
assert := assert.New(t)
var stats Stats