Hi! I have one repo with multiple packages. For each package i have
dedicated go.mod (this is a requirement because repo is collection of
plugins with many deps).
How to run test for all of them? go test ./... does not run tests for
sub modules. Now i have very ugly thing:
find . -name 'go.mod' , collect all dirs and run go test for all of
them. Is it possible to have something less ugly?
--
Vasiliy Tolstov,
e-mail:
v.to...@selfip.ru