Skip to content

build: move doc tests to separate Travis job

Move the doc tests to a separate Travis job to reduce the overall time for the Test Suite job. This should (hopefully) bring the time for the Test Suite job back under the 50 minute time limit Travis imposes.

The test target currently differs from test-only in that test-only doesn't run test-docs: https://github.com/nodejs/node/blob/415a825dc0f53710394d51482ff9b7b65473d5e2/Makefile#L288-L296

https://github.com/nodejs/node/blob/415a825dc0f53710394d51482ff9b7b65473d5e2/Makefile#L298-L304

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading