scripts: init submodules for full test suite

This commit is contained in:
5chdn 2018-06-13 13:15:43 +02:00
parent 7701cfcf4f
commit f0accf2cad
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80

View File

@ -56,4 +56,5 @@ cd parity-clib-example && \
# Running tests
echo "________Running Parity Full Test Suite________"
git submodule update --init --recursive
cargo test -j 8 $OPTIONS --features "$FEATURES" --all $1