Skip to content

Technical debt

Jose San Leandro edited this page Apr 8, 2021 · 1 revision
  • When running tests from the command-line, the return code is always 0, forcing us to parse the output in CI to check if the tests passed or not.

Clone this wiki locally