ppx_inline_test supports labeling inline tests in a given module with a "partition" and only running tests from a specified partition, meaning tests can be run in parallel. Dune supports running inline tests from different libraries in parallel, but it would be nice to get parallelism at the module level as well.