alire
alire copied to clipboard
`alr test` within the test crate?
Currently it "tests" the test crate (by building it), but it is likely we want it to simply run the tests as if it were run from the parent crate, to avoid confusions.
Probably we can use a hidden setting to flag the crate on creation and know we must go one crate up.