Update CONTRIBUTING.md

pull/5884/head
Nikita Koksharov 9 months ago committed by GitHub
parent 7d86479757
commit 1ff8cb3ad3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,9 +12,4 @@ Note that redis shouldn't be running - the build will start instances as needed.
## Running the tests
``` bash
export REDIS_BIN=<path to redis binaries>
# And finally running the build
mvn -DargLine="-Xmx2g -DredisBinary=$REDIS_BIN/redis-server" -Punit-test clean test -e
```
Requires Docker in a running state.

Loading…
Cancel
Save