Discussed in https://linear.app/comm/issue/ENG-2712/we-dont-run-tests-in-web-and-native-in-precommit-hook
After the tests are fixed by D7019, they can be added to pre-commit and CI
CI: did what suggested here: https://phab.comm.dev/D7019#208162
Depends on D7019.
Previous description by @przemek:
> Title sums up it pretty well. Adding it runs tests in those workspaces during precommit hook.
> Right now we don't have any tests in native and desktop yet, but it won't hurt to run them if they are created.
> Adding @ashoat as this change important part of CI.