enforce mod=vendor with vendored module tests

This commit is contained in:
Jon Ruskin 2021-06-19 18:22:11 -07:00
Родитель 6227a028dc
Коммит f957099d4a
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -304,6 +304,7 @@ if Licensed::Shell.tool_available?("go")
Dir.chdir fixtures do
Licensed::Shell.execute("go", "mod", "vendor")
end
config["go"]["mod"] = "vendor"
end
after do