Add explorer/ carve out

This commit is contained in:
Michael Vines 2020-06-12 16:02:52 -07:00
parent c2fa1032d7
commit b54532b4c1
1 changed files with 2 additions and 5 deletions

View File

@ -205,7 +205,7 @@ pull_or_push_steps() {
# Run the full test suite by default, skipping only if modifications are local
# to some particular areas of the tree
if affects_other_than ^.buildkite/ .md$ ^docs/ ^web3.js/; then
if affects_other_than ^.buildkite/ .md$ ^docs/ ^web3.js/ ^explorer/; then
all_test_steps
fi
@ -214,10 +214,7 @@ pull_or_push_steps() {
command_step docs ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_nightly_docker_image docs/build.sh" 5
fi
# web3.js/ changes:
if affects ^web3.js/; then
echo "# TODO: run solana-web3.js tests..." >> "$output_file"
fi
# web3.js and explorer changes run on Travis...
}