From 1db74fcf2f9829c07d5955b01507e943c53b99a4 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Sat, 11 Dec 2021 20:21:09 +0000 Subject: [PATCH] test-all: Call documentation tests again. I accidentally checked in a change where I commented out the test. --- tools/test-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-all b/tools/test-all index 1fa55f2112..825a47d7ad 100755 --- a/tools/test-all +++ b/tools/test-all @@ -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