Closed dnkolegov closed 2 years ago
Run tests in CI with the race flag to detect data races. Our first attempt to do that revealed we need a more sophisticated approach. The basic idea is to run tests with the race flag for different _test.go files sequentially.
race
_test.go
Improvement Suggestion
Run tests in CI with the
race
flag to detect data races. Our first attempt to do that revealed we need a more sophisticated approach. The basic idea is to run tests with therace
flag for different_test.go
files sequentially.