Run your tests in CI

What
Automatically run and validate your application using your written tests.
Why
Reduces the burden on contributions by ensuring that tests are run when changes are made. Makes review of code simpler when the tests are run automatically.
When
Mid-Development