diff --git a/gnovm/tests/package_test.go b/gnovm/tests/package_test.go index 8e497941c7f..f62ade2cdc8 100644 --- a/gnovm/tests/package_test.go +++ b/gnovm/tests/package_test.go @@ -51,6 +51,8 @@ func TestStdlibs(t *testing.T) { for _, pkgPath := range pkgPaths { testDir := testDirs[pkgPath] t.Run(pkgPath, func(t *testing.T) { + pkgPath := pkgPath + t.Parallel() runPackageTest(t, testDir, pkgPath) }) }