diff --git a/README.md b/README.md index 1f572f8..773a276 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ Build jar file within ./build/libs/jwtutil.jar $ gradle all ``` +## Tests + +Test report will be inserted into ./build/reports/tests/index.html + +```shell +$ gradle test +``` + + ## Publish Maven locally for testing This will generate the default Maven POM file within ./build/publications/maven/pom-default.xml