mirror of https://github.com/zulip/zulip.git
test-all: Call documentation tests again.
I accidentally checked in a change where I commented out the test.
This commit is contained in:
parent
74f4e3e914
commit
1db74fcf2f
|
@ -58,7 +58,7 @@ run ./tools/test-migrations
|
||||||
# ./tools/setup/generate_integration_bots_avatars.py --check-missing
|
# ./tools/setup/generate_integration_bots_avatars.py --check-missing
|
||||||
# Not running documentation tests since it takes 20s and only tests documentation
|
# Not running documentation tests since it takes 20s and only tests documentation
|
||||||
# run ./tools/test-documentation
|
# run ./tools/test-documentation
|
||||||
# run ./tools/test-help-documentation $FORCEARG
|
run ./tools/test-help-documentation $FORCEARG
|
||||||
run ./tools/test-api
|
run ./tools/test-api
|
||||||
# Not running requirements check locally, because slow and low-churn
|
# Not running requirements check locally, because slow and low-churn
|
||||||
# run ./tools/test-locked-requirements
|
# run ./tools/test-locked-requirements
|
||||||
|
|
Loading…
Reference in New Issue