mirror of https://github.com/zulip/zulip.git
tools: Move optimize-svg to tools/setup/.
This commit is contained in:
parent
c2e5cc99a4
commit
ba626dcad6
|
@ -86,7 +86,7 @@ Zulip also has about a dozen smaller tests suites:
|
|||
this helps prevent bugs that break the development environment.
|
||||
- `./tools/test-queue-worker-reload`: Verifies that Zulip's queue
|
||||
processors properly reload themselves after code changes.
|
||||
- `./tools/optimize-svg`: Checks whether all SVG files for integration
|
||||
- `./tools/setup/optimize-svg`: Checks whether all SVG files for integration
|
||||
logos are properly optimized for size (since we're not going to edit
|
||||
third-party logos, this helps keep the Zulip codebase from getting huge).
|
||||
- `./tools/test-tools`: Automated tests for various parts of our
|
||||
|
|
|
@ -45,7 +45,7 @@ run ./tools/test-backend $FORCEARG
|
|||
run ./tools/run-mypy $FORCEARG
|
||||
run ./tools/test-migrations
|
||||
# Not running SVG optimizing since it's low-churn
|
||||
# run ./tools/optimize-svg
|
||||
# run ./tools/setup/optimize-svg
|
||||
# Not running documentation tests since it takes 20s and only tests documentation
|
||||
# run ./tools/test-documentation
|
||||
run ./tools/test-help-documentation $FORCEARG
|
||||
|
|
|
@ -16,7 +16,7 @@ set -x
|
|||
./tools/run-mypy
|
||||
|
||||
./tools/test-migrations
|
||||
./tools/optimize-svg
|
||||
./tools/setup/optimize-svg
|
||||
./tools/test-documentation ${CIRCLECI:+--skip-check-links}
|
||||
./tools/test-help-documentation
|
||||
./tools/test-api
|
||||
|
|
Loading…
Reference in New Issue