So this is impossible with per package modules in one repo? вс, 19 янв. 2020 г. в 02:39, Vasiliy Tolstov <v.tols...@selfip.ru>: > > 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
-- 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/CACaajQsJMjte%2Bh0D7hDZ2CNajUz3FDJVp5BPd81K4wFtRZH%3DdA%40mail.gmail.com.