Skip to content

Commit

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

* Update verify-release.md
  • Loading branch information
kevinjqliu authored and sungwy committed Dec 7, 2024
1 parent 3d33b89 commit bf77751
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 bf77751

Please sign in to comment.