mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
3deade4b14
We currently run the all test cases in `parallel` category at the same
time, which invokes hundreds process at the same time, and that seems
causing some flakiness in CI. (maybe related to #18487)
This PR limits the concurrency to the number of cpu cores. This is more
aligned to how Node.js run their `parallel` test in their repository.
|
||
---|---|---|
.. | ||
test | ||
common.ts | ||
config.json | ||
import_map.json | ||
runner.ts | ||
test.ts |