mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	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:
		@@ -18,6 +18,7 @@ run ./tools/clean-repo
 | 
				
			|||||||
run ./tools/lint-all
 | 
					run ./tools/lint-all
 | 
				
			||||||
run ./tools/test-migrations
 | 
					run ./tools/test-migrations
 | 
				
			||||||
run ./tools/test-js-with-node
 | 
					run ./tools/test-js-with-node
 | 
				
			||||||
 | 
					run ./tools/run-mypy
 | 
				
			||||||
run ./tools/test-backend
 | 
					run ./tools/test-backend
 | 
				
			||||||
run ./tools/test-js-with-casper
 | 
					run ./tools/test-js-with-casper
 | 
				
			||||||
# Not running management test since it takes 40s and thus is too slow to be worth it.
 | 
					# Not running management test since it takes 40s and thus is too slow to be worth it.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user