mirror of https://github.com/zulip/zulip.git
test-all: Don't run SVG optimizer by default.
This commit is contained in:
parent
0600e1eb30
commit
e321891f17
|
@ -39,7 +39,8 @@ run ./tools/test-js-with-node
|
||||||
run ./tools/run-mypy
|
run ./tools/run-mypy
|
||||||
run ./tools/test-backend $FORCEARG
|
run ./tools/test-backend $FORCEARG
|
||||||
run ./tools/test-js-with-casper $FORCEARG
|
run ./tools/test-js-with-casper $FORCEARG
|
||||||
run ./tools/optimize-svg
|
# Not running SVG optimizing since it's low-churn
|
||||||
|
# run ./tools/optimize-svg
|
||||||
# Not running queue worker reload tests since it's low-churn code
|
# Not running queue worker reload tests since it's low-churn code
|
||||||
# run ./tools/test-queue-worker-reload
|
# run ./tools/test-queue-worker-reload
|
||||||
# Not running documentation tests since it takes 20s and only tests documentation
|
# Not running documentation tests since it takes 20s and only tests documentation
|
||||||
|
|
Loading…
Reference in New Issue