Invalid test namespace fails silently?

I accidentally introduced a syntax error (just a typo in the namespace declaration) into a test namespace in our test suite. Running the suite with Kaocha didn’t raise an error or fail the test run - it just silently ignored the file. Is this expected, and is there anything I can do to make the suite fail in these circumstances?

That is not expected. Can you file an issue including your tests.edn?

Thanks, I’ve opened an issue with a minimal case to reproduce.