Closed
Description
Recently, a doc-only commit broke CI. Code in the doc is extracted and run during CI tests. Rod Vagg fixed the problem but it makes me wonder if it's time to revisit the "no need to run doc-only PRs through CI" practice.
@jbergstroem suggested that perhaps there could be a doc-only CI job that only runs the relevant tests that might be affected by doc-only changes. (As far as I know, that would basically just be a subset of make test-addons
at the current time, but there may be other things I'm unaware of.)
Prior conversation along these lines: nodejs/node#4411 (comment)