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

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