Update CONTRIBUTING.md

pull/3826/head
Nikita Koksharov 3 years ago committed by GitHub
parent 9a7eb2ea14
commit 0646d4c233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,5 +16,5 @@ Note that redis shouldn't be running - the build will start instances as needed.
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 -X
mvn -DargLine="-Xmx2g -DredisBinary=$REDIS_BIN/redis-server" -Punit-test clean test -e
```

Loading…
Cancel
Save