When I'm in a specific folder in my dune project, I expect dune build to only build the package in that folder (that has a dune file)
$ pwd
/Users/davidwong/Work/mina_nix/src/lib/pickles
$ dune build
Entering directory '/Users/davidwong/Work/mina_nix'
...
The messages displayed seem to indicate that everything is being built.
I guess I would expect the same behavior with dune runtest
When I'm in a specific folder in my dune project, I expect
dune buildto only build the package in that folder (that has adunefile)The messages displayed seem to indicate that everything is being built.
I guess I would expect the same behavior with
dune runtest