Remove parallel testing to avoid "go: updating go.mod: existing contents have changed since last read"

Этот коммит содержится в:
Viacheslav Poturaev 2021-07-07 21:01:26 +02:00
родитель bd397253a4
коммит 15ab3cd84f

Просмотреть файл

@ -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)