Skip to content

Commit 9e27d59

Browse files
authored
Update "verify release" instruction (apache#1064)
* update release * Update verify-release.md
1 parent c96cee2 commit 9e27d59

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

mkdocs/docs/verify-release.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,7 @@ First step is to install the package:
105105
make install
106106
```
107107

108-
And then run the tests:
109-
110-
```sh
111-
make test
112-
```
113-
114-
To run the full test coverage:
108+
To run the full test coverage, with both unit tests and integration tests:
115109

116110
```sh
117111
make test-coverage

0 commit comments

Comments
 (0)