lundi 4 juin 2018

how to go test Multiple packages

In my project, there are a hundred packages. So where I run: $(foreach i,$(TEST_PKGS),go test $(i) -test.short -v), it will take almost a hour. If I run: go test $(TEST_PKGS), it will cost a large memory. In a word So friends, do you have the same problem and how to handle it?

Aucun commentaire:

Enregistrer un commentaire