Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 305 Bytes

README_test.md

File metadata and controls

9 lines (6 loc) · 305 Bytes

gateleen-test

Precondition: To run these tests, a running Redis instance is needed.

These tests are are skipped by default. Running the following maven goal will not run the tests:

mvn clean install

To run the tests, add the -DskipTests=false property:

mvn clean install -DskipTests=false