semgrep / testo

Test framework for OCaml
ISC License
16 stars 1 forks source link

Add --slice option for distributed/parallel runs #84

Closed mjambon closed 2 months ago

mjambon commented 2 months ago

This allows splitting a CI job into multiple jobs using e.g.

./test --slice 1/4
./test --slice 2/4
./test --slice 3/4
./test --slice 4/4

It is also the first step toward a -j option that does the splitting for us and merges the results in an orderly fashion (#8).

PR checklist:

Check out CONTRIBUTING.md for more details.