Currently, running tests locally is too slow, therefore we mostly rely on the CI to run tests. However, often tests fail because of compile errors, which slow us down significantly.
We should add a test:check that compiles all test folders with noEmit.
This can be run locally but also as a preliminary step in the CI to fail faster