skip aura-test.sh

https://github.com/paritytech/parity/pull/6078
This commit is contained in:
Denis S. Soldatov aka General-Beck 2018-02-14 04:13:04 +03:00 committed by GitHub
parent fe72a32158
commit 623d75d276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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