docs: fix, deduplicate tests instructions
This commit is contained in:
parent
c50d6f5b4e
commit
caa868349a
14
README.md
14
README.md
|
@ -78,14 +78,6 @@ There is currently only one bundle of `go-libp2p`, this package. This bundle is
|
|||
|
||||
Examples can be found on the [examples folder](examples).
|
||||
|
||||
# Run tests
|
||||
|
||||
```bash
|
||||
$ cd $GOPATH/src/github.com/libp2p/go-libp2p
|
||||
$ make deps
|
||||
$ gx test ./p2p/<path of module you want to run tests for>
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
### Dependencies
|
||||
|
@ -106,6 +98,12 @@ Before commiting and pushing to Github, make sure to rewind the gx'ify of depend
|
|||
|
||||
Running of individual tests is done through `gx test <path to test>`
|
||||
|
||||
```bash
|
||||
$ cd $GOPATH/src/github.com/libp2p/go-libp2p
|
||||
$ make deps
|
||||
$ gx test ./p2p/<path of module you want to run tests for>
|
||||
```
|
||||
|
||||
### Packages
|
||||
|
||||
> **WIP**
|
||||
|
|
Loading…
Reference in New Issue