Fix test building.
This commit is contained in:
parent
d80d8c792b
commit
98bd65daa7
@ -641,6 +641,8 @@ function run_installer()
|
||||
info "Downloading Parity..."
|
||||
git clone git@github.com:ethcore/parity
|
||||
cd parity
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
info "Building & testing Parity..."
|
||||
cargo test --release -p ethcore-util
|
||||
|
Loading…
Reference in New Issue
Block a user