chore: remove superfluous testing section from README (#2150)

This commit is contained in:
Marten Seemann 2023-02-27 13:34:51 -08:00 committed by GitHub
parent c738a48d02
commit 609dcf79ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -56,11 +56,6 @@ import "github.com/libp2p/go-libp2p"
Examples can be found in the [examples folder](examples).
## Development
### Tests
`go test ./...` will run all tests in the repo.
# Contribute