mirror of https://github.com/zulip/zulip.git
test-all: Run frontend tests after backend tests.
When the backend is failing, the frontend often fails in much less clear ways (e.g. timing out), so it's generally more useful to run the backend tests first. (imported from commit 36ac862ad1dbb21e32c0f44ba135c3c29bbea2f5)
This commit is contained in:
parent
a095666770
commit
39e79271e2
|
@ -17,7 +17,7 @@ function run {
|
|||
|
||||
run 'clean repo' ./tools/clean-repo
|
||||
run 'lint checkers' ./tools/check-all
|
||||
run 'web client tests' ./zephyr/tests/frontend/run
|
||||
run 'server tests' ./tools/test-backend
|
||||
run 'web client tests' ./zephyr/tests/frontend/run
|
||||
|
||||
printf '\n\e[32mAll OK!\e[0m\n'
|
||||
|
|
Loading…
Reference in New Issue