update integration test instructions
parent
3fdcaf9a90
commit
fdf80baf6f
10
README.md
10
README.md
|
@ -52,7 +52,15 @@ go test ./path/to/package
|
||||||
|
|
||||||
### Integration Tests
|
### Integration Tests
|
||||||
|
|
||||||
Integration tests use a custom bash testing framework that interacts with a running instance of the chain. To run all integration tests:
|
Integration tests use a custom bash testing framework that interacts with a running instance of the chain.
|
||||||
|
|
||||||
|
Before running any tests, make sure that the dev chain is running:
|
||||||
|
|
||||||
|
```
|
||||||
|
ignite chain serve
|
||||||
|
```
|
||||||
|
|
||||||
|
To run all integration tests:
|
||||||
|
|
||||||
```
|
```
|
||||||
make test
|
make test
|
||||||
|
|
Loading…
Reference in New Issue