warts
warts copied to clipboard
Always run tests for all apps
The existing matrix strategy only tests apps which have been changed directly. This is unsound, since other apps may be affected by a change, but not directly changed, and hence gone untested. This change makes sure all apps are tested every time. We exchange the compute cost of running more tests for greater confidence in our changes.