Skip to content

Add Go tests race detector

Steve Xuereb requested to merge add-test-race into master

Create a new job for CI to run the tests also using the race detector https://blog.golang.org/race-detector. There is no need to check for coverage report since this is already being done by test job we only care if we fail or not.

Merge request reports