Remove parallel testing to avoid "go: updating go.mod: existing contents have changed since last read"
Этот коммит содержится в:
родитель
bd397253a4
коммит
15ab3cd84f
1 изменённых файлов: 0 добавлений и 2 удалений
|
@ -27,8 +27,6 @@ func Test_GodogBuild(t *testing.T) {
|
||||||
t.Run("WithVendoredGodogAndMod", testWithVendoredGodogAndMod)
|
t.Run("WithVendoredGodogAndMod", testWithVendoredGodogAndMod)
|
||||||
|
|
||||||
t.Run("WithModule", func(t *testing.T) {
|
t.Run("WithModule", func(t *testing.T) {
|
||||||
t.Parallel()
|
|
||||||
|
|
||||||
t.Run("OutsideGopathAndHavingOnlyFeature", testOutsideGopathAndHavingOnlyFeature)
|
t.Run("OutsideGopathAndHavingOnlyFeature", testOutsideGopathAndHavingOnlyFeature)
|
||||||
t.Run("OutsideGopath", testOutsideGopath)
|
t.Run("OutsideGopath", testOutsideGopath)
|
||||||
t.Run("OutsideGopathWithXTest", testOutsideGopathWithXTest)
|
t.Run("OutsideGopathWithXTest", testOutsideGopathWithXTest)
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче