Skip to content

Commit b910dad

Browse files
authored
chore: Restore the testing requirements in README (#1812)
1 parent e6f2b09 commit b910dad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ See [CONTRIBUTING](CONTRIBUTING.md) documentation for more information on how to
5151
Please note that this project is released with a Contributor Code of Conduct. By participating in
5252
this project you agree to abide by its terms. See [Code of Conduct](CODE_OF_CONDUCT.md) for more
5353
information.
54+
55+
## Running the Tests
56+
57+
To run the tests you will need:
58+
59+
* Maven 3+
60+
61+
```bash
62+
$ mvn test
63+
```
5464

5565
## License
5666

0 commit comments

Comments
 (0)