mirror of https://github.com/zulip/zulip.git
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:
parent
34f4c822cb
commit
e3c82fa3ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue