Skip to content

build: fail on CI if leftover processes

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fail-if-stalled into master

If any tests leave processes running after testing results are complete, fail the test run.

Dependent on https://github.com/nodejs/node/pull/11246

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

build test

Merge request reports

Loading