update integration test instructions

master
michael 2022-09-06 03:28:23 +00:00
parent 3fdcaf9a90
commit fdf80baf6f
1 changed files with 9 additions and 1 deletions

View File

@ -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