We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's add race detection to our tests in continous integration.
This can be achieved by adding --features=race to the bazel test line in travis.yml.
--features=race
bazel test
travis.yml
Blocked by #377
The text was updated successfully, but these errors were encountered:
Done in #390 (only disabled for shared/p2p package because of the data races that come from libp2p-go, see libp2p/go-libp2p#257).
shared/p2p
libp2p-go
Sorry, something went wrong.
looks like this one was resolved a while ago
No branches or pull requests
Let's add race detection to our tests in continous integration.
This can be achieved by adding
--features=race
to thebazel test
line intravis.yml
.Blocked by #377
The text was updated successfully, but these errors were encountered: