mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
tests: Optimize test-backend performance.
This optimizes test-backend by skipping webhook tests when run in default mode. Tweaked by tabbott to extend the documentation and update the CI commands.
This commit is contained in:
committed by
Tim Abbott
parent
c78c3f423c
commit
4dc7f5354d
@@ -41,7 +41,7 @@ run ./tools/clean-repo
|
||||
# ci/backend
|
||||
run ./tools/lint --backend $FORCEARG
|
||||
run ./tools/test-tools
|
||||
run ./tools/test-backend $FORCEARG
|
||||
run ./tools/test-backend --include-webhooks $FORCEARG
|
||||
run ./tools/test-migrations
|
||||
# Not running SVG optimizing since it's low-churn
|
||||
# run ./tools/setup/optimize-svg
|
||||
|
Reference in New Issue
Block a user