[#321] metabase/test: execute tests in parallel

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2023-05-05 17:02:27 +03:00 committed by Evgenii Stratonikov
parent c8c5f14e2e
commit c62025c836
7 changed files with 65 additions and 22 deletions

View file

@ -10,6 +10,8 @@ import (
)
func TestGeneric(t *testing.T) {
t.Parallel()
defer func() { _ = os.RemoveAll(t.Name()) }()
var n int