mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user