Update test-guide.md (#853)

Runing--》Running
This commit is contained in:
guoguodan 2021-12-03 14:27:10 +08:00 committed by Gaius
parent 01fe4753d3
commit 6d4711aff2
No known key found for this signature in database
GPG Key ID: 8B4E5D1290FA2FFB
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Unit tests is in the project directory.
make test
```
### Runing uint tests with coverage reports
### Running uint tests with coverage reports
```bash
make test-coverage
@ -28,7 +28,7 @@ E2E tests is in `test/e2e` path.
make e2e-test
```
### Runing E2E tests with coverage reports
### Running E2E tests with coverage reports
```bash
make e2e-test-coverage