mirror of https://github.com/zulip/zulip.git
test-all: Add a call to run-mypy.
Using mypy to check the codebase is stable and useful enough that it's worth including it in the default tests run locally.
This commit is contained in:
parent
c5b495b775
commit
fbc30c2914
|
@ -18,6 +18,7 @@ run ./tools/clean-repo
|
|||
run ./tools/lint-all
|
||||
run ./tools/test-migrations
|
||||
run ./tools/test-js-with-node
|
||||
run ./tools/run-mypy
|
||||
run ./tools/test-backend
|
||||
run ./tools/test-js-with-casper
|
||||
# Not running management test since it takes 40s and thus is too slow to be worth it.
|
||||
|
|
Loading…
Reference in New Issue