-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
area-buildSystemrelated to our build systemrelated to our build systemarea-testSuitecontributor experienceAn issue that impacts, or planned improvement to, the contributor experience.An issue that impacts, or planned improvement to, the contributor experience.
Description
I don't know if this is a thing that anyone does yet, but there are some cases where we can plainly say tests don't need to run again, because they definitely will not affect our tests:
- README update
- CHANGELOG update
And some types of changes that don't need a full run of the suite, which may be detectable with static analysis:
- Lint fixes
- Code style fixes
- Some kinds of code organization?
Just opening an aspirational issue here to say "It'd be great if we didn't need to run our 20 minute test suite for every trivial change" :)
Metadata
Metadata
Assignees
Labels
area-buildSystemrelated to our build systemrelated to our build systemarea-testSuitecontributor experienceAn issue that impacts, or planned improvement to, the contributor experience.An issue that impacts, or planned improvement to, the contributor experience.