Skip to content

Commit

Permalink
Update "verify release" instruction (#1064)
Browse files Browse the repository at this point in the history
* update release

* Update verify-release.md
  • Loading branch information
kevinjqliu authored Aug 15, 2024
1 parent c96cee2 commit 9e27d59
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions mkdocs/docs/verify-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,7 @@ First step is to install the package:
make install
```

And then run the tests:

```sh
make test
```

To run the full test coverage:
To run the full test coverage, with both unit tests and integration tests:

```sh
make test-coverage
Expand Down

0 comments on commit 9e27d59

Please sign in to comment.