Skip to content

Commit

Permalink
Add explorer/ carve out
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 12, 2020
1 parent c2fa103 commit b54532b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ci/buildkite-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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...
}


Expand Down

0 comments on commit b54532b

Please sign in to comment.