test-all: Call documentation tests again.

I accidentally checked in a change where I commented
out the test.
This commit is contained in:
Steve Howell 2021-12-11 20:21:09 +00:00 committed by Tim Abbott
parent 74f4e3e914
commit 1db74fcf2f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ run ./tools/test-migrations
# ./tools/setup/generate_integration_bots_avatars.py --check-missing
# Not running documentation tests since it takes 20s and only tests documentation
# run ./tools/test-documentation
# run ./tools/test-help-documentation $FORCEARG
run ./tools/test-help-documentation $FORCEARG
run ./tools/test-api
# Not running requirements check locally, because slow and low-churn
# run ./tools/test-locked-requirements