diff --git a/gnovm/pkg/gnomod/gnomod_test.go b/gnovm/pkg/gnomod/gnomod_test.go index fc483f75c97..a8a0c993bea 100644 --- a/gnovm/pkg/gnomod/gnomod_test.go +++ b/gnovm/pkg/gnomod/gnomod_test.go @@ -117,7 +117,10 @@ func TestCreateGnoModFile(t *testing.T) { errShouldContain: "gno.mod file already exists", }, } { + tc := tc t.Run(tc.desc, func(t *testing.T) { + t.Parallel() + // Create test dir dirPath, cleanUpFn := testutils.NewTestCaseDir(t) require.NotNil(t, dirPath)