tools/test-all: Fix small desync with CI scripts.

This script and our CI scripts tools/travis/{backend,frontend} have
stayed pretty well in sync in the 6 months since 360c27ded made that
relationship explicit and easy to check!

Just one small exception; so fix that.
This commit is contained in:
Greg Price 2018-02-01 11:38:51 -08:00
parent 34f4c822cb
commit e3c82fa3ec
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ run ./tools/test-migrations
# run ./tools/test-documentation
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
# Not running run-dev tests locally; we never have
# run ./tools/test-run-dev
# Not running queue worker reload tests since it's low-churn code