'How do you run a single OCaml inline test with dune?

I'm trying to run a single inline test in OCaml, in a dune project. The only command I have is dune test which runs all the tests. I can't seem to find the command to run a single test.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source