ci: Re-enable testing documentation links.

We've had a few unpleasant bugs with real documentation links being
broken, so we're going to make this more aggressive for now.

I think we instead want a more subtle option for suppressing failures
in some places but not others.
This commit is contained in:
Tim Abbott 2018-11-28 09:52:04 -08:00
parent 05c774bcbe
commit d8e5e2d960
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ set -x
./tools/test-migrations
./tools/setup/optimize-svg
./tools/test-documentation ${CIRCLECI:+--skip-check-links}
# tabbott re-enabled test-documentation link checking, due to bugs slipping through.
./tools/test-documentation # ${CIRCLECI:+--skip-check-links}
./tools/test-help-documentation
./tools/test-api
./tools/test-locked-requirements