mirror of https://github.com/zulip/zulip.git
Run clean-repo before tests in test-all
(imported from commit 49bd072f6f60a742ea9fb7f55c479b8eb8ceb8aa)
This commit is contained in:
parent
b76417d112
commit
59228f7458
|
@ -15,6 +15,7 @@ function run {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
run 'clean repo' ./tools/clean-repo
|
||||||
run 'lint checkers' ./tools/check-all
|
run 'lint checkers' ./tools/check-all
|
||||||
run 'web client tests' ./zephyr/tests/frontend/run
|
run 'web client tests' ./zephyr/tests/frontend/run
|
||||||
run 'server tests' ./tools/test-backend
|
run 'server tests' ./tools/test-backend
|
||||||
|
|
Loading…
Reference in New Issue