How do I run make test more than once?

In a given repo, there is a makefile called test. When you run “make test,” some Ginko tests are run with -race turned on.

Is it possible to run that makefile more than once without making any changes? I want it to clean its cache before every run, just like “go test -count.”

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.