Remove unneeded doc check

This commit is contained in:
Michael Vines 2020-06-11 10:50:32 -07:00
parent e2d46375cd
commit d79759595a
1 changed files with 0 additions and 9 deletions

View File

@ -13,15 +13,6 @@ annotate() {
# Run the appropriate test based on entrypoint
testName=$(basename "$0" .sh)
# Skip if only the docs have been modified
ci/affects-files.sh \
\!^docs/ \
|| {
annotate --style info \
"Skipped $testName as only docs/ files were modified"
exit 0
}
source ci/rust-version.sh stable
export RUST_BACKTRACE=1