cron icon indicating copy to clipboard operation
cron copied to clipboard

enable race detection in travis build

Open pradykaushik opened this issue 5 years ago • 1 comments

Currently, there seems to not be any race condition checking while building (go test -race). It would be useful to include race detection check in the travis build.

We should be able to enable this by specifying gobuild_args: -race in travis.yml file.

pradykaushik avatar Jan 22 '20 23:01 pradykaushik

Seems reasonable to me. I would accept a PR activating that, assuming it passes. Thank you.

robfig avatar Apr 14 '20 17:04 robfig