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.tols...@selfip.ru

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CACaajQsiBs1H5rQyvxv%2BA3MrNDDbRsqGvmabco6w8UOqcZdJsg%40mail.gmail.com.

Reply via email to