diff --git a/internal/builder/builder_test.go b/internal/builder/builder_test.go index ce2a73d..b5f7eb0 100644 --- a/internal/builder/builder_test.go +++ b/internal/builder/builder_test.go @@ -27,8 +27,6 @@ func Test_GodogBuild(t *testing.T) { t.Run("WithVendoredGodogAndMod", testWithVendoredGodogAndMod) t.Run("WithModule", func(t *testing.T) { - t.Parallel() - t.Run("OutsideGopathAndHavingOnlyFeature", testOutsideGopathAndHavingOnlyFeature) t.Run("OutsideGopath", testOutsideGopath) t.Run("OutsideGopathWithXTest", testOutsideGopathWithXTest)