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

Commit 2bb55df

Browse files
committed
Run cargo clean before executing the test suite
It looks like cargo build caused some issues where some of the crates need to be recompiled.
1 parent aa6e171 commit 2bb55df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ cd parity-clib-example && \
5757
# Running tests
5858
echo "________Running Parity Full Test Suite________"
5959
git submodule update --init --recursive
60+
cargo clean
6061
cargo test -j 8 $OPTIONS --features "$FEATURES" --all $1

0 commit comments

Comments
 (0)