filecoin-project / eudico

lotus, but also other things
Other
19 stars 14 forks source link

Run tests with race flag to detect data races #198

Closed dnkolegov closed 2 years ago

dnkolegov commented 2 years ago

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 the race flag for different _test.go files sequentially.