Fix aura tests
This commit is contained in:
parent
1024b4bcfd
commit
43ffaf21fd
@ -7,6 +7,6 @@ git clone https://github.com/paritytech/parity-import-tests
|
|||||||
cp target/release/parity parity-import-tests/aura/parity
|
cp target/release/parity parity-import-tests/aura/parity
|
||||||
cd parity-import-tests/aura
|
cd parity-import-tests/aura
|
||||||
echo "Start Aura test"
|
echo "Start Aura test"
|
||||||
parity import blocks.rlp --chain chain.json
|
./parity import blocks.rlp --chain chain.json
|
||||||
parity restore snap --chain chain.json
|
./parity restore snap --chain chain.json
|
||||||
echo "Aura test complete"
|
echo "Aura test complete"
|
||||||
|
@ -18,9 +18,9 @@ rust_test () {
|
|||||||
then echo "Skipping Rust tests since no Rust files modified.";
|
then echo "Skipping Rust tests since no Rust files modified.";
|
||||||
else ./test.sh || exit $?;
|
else ./test.sh || exit $?;
|
||||||
fi
|
fi
|
||||||
# if [[ "$CI_COMMIT_REF_NAME" == "nightly" ]];
|
if [[ "$CI_COMMIT_REF_NAME" == "nightly" ]];
|
||||||
# then sh scripts/aura-test.sh || exit $?;
|
then sh scripts/aura-test.sh || exit $?;
|
||||||
# fi
|
fi
|
||||||
}
|
}
|
||||||
coverage_test () {
|
coverage_test () {
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
Loading…
Reference in New Issue
Block a user