Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Run cargo clean before executing the test suite
Browse files Browse the repository at this point in the history
It looks like cargo build caused some issues where some of the crates need to be recompiled.
  • Loading branch information
sorpaas committed Jun 26, 2018
1 parent aa6e171 commit 2bb55df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ cd parity-clib-example && \
# Running tests
echo "________Running Parity Full Test Suite________"
git submodule update --init --recursive
cargo clean
cargo test -j 8 $OPTIONS --features "$FEATURES" --all $1

0 comments on commit 2bb55df

Please sign in to comment.