Disable aura tests
This commit is contained in:
parent
42a2fdcdd8
commit
8fb00fa118
@ -18,10 +18,10 @@ 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" ]];
|
||||||
### @TODO re-enable fail after https://github.com/paritytech/parity-import-tests/issues/3
|
# ### @TODO re-enable fail after https://github.com/paritytech/parity-import-tests/issues/3
|
||||||
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