How to run a make test multiple times?

A given repo has a makefile, with the action test. When running “make test” is runs some Ginko tests with -race enabled.

Is it possible, without changin that makefile, to run it multiple times ? Similar to “go test -count”, I also want it to clean its cache before every run.

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