diff --git a/scripts/aura-test.sh b/scripts/aura-test.sh index bccd3ce6c..1cd6bf536 100755 --- a/scripts/aura-test.sh +++ b/scripts/aura-test.sh @@ -7,6 +7,6 @@ git clone https://github.com/paritytech/parity-import-tests cp target/release/parity parity-import-tests/aura/parity cd parity-import-tests/aura echo "Start Aura test" -parity import blocks.rlp --chain chain.json -parity restore snap --chain chain.json +./parity import blocks.rlp --chain chain.json +./parity restore snap --chain chain.json echo "Aura test complete" diff --git a/scripts/gitlab-test.sh b/scripts/gitlab-test.sh index 0afec4e57..a4e633ea2 100755 --- a/scripts/gitlab-test.sh +++ b/scripts/gitlab-test.sh @@ -18,9 +18,9 @@ rust_test () { then echo "Skipping Rust tests since no Rust files modified."; else ./test.sh || exit $?; fi -# if [[ "$CI_COMMIT_REF_NAME" == "nightly" ]]; -# then sh scripts/aura-test.sh || exit $?; -# fi + if [[ "$CI_COMMIT_REF_NAME" == "nightly" ]]; + then sh scripts/aura-test.sh || exit $?; + fi } coverage_test () { git submodule update --init --recursive