DJDNS / go-deje

Golang library for DEJE Next, a protocol/technology for decentralized document hosting and concurrent editing.
GNU Lesser General Public License v2.1
8 stars 0 forks source link

Add race testing to Travis CI tests #27

Open MaddieM4 opened 10 years ago

MaddieM4 commented 10 years ago

As an illustration of why this needs to be run regularly, the race detector found 23 races in the codebase. So we need to not only enable the test, we need to fix up the code until it passes.