cron
cron copied to clipboard
enable race detection in travis build
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.
Seems reasonable to me. I would accept a PR activating that, assuming it passes. Thank you.