Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always run tests for all apps #3

Open
wants to merge 4 commits into
base: wa/main
Choose a base branch
from
Open

Always run tests for all apps #3

wants to merge 4 commits into from

Conversation

TD5
Copy link

@TD5 TD5 commented May 22, 2023

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.

proxyles and others added 4 commits May 16, 2023 09:29
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants