alire icon indicating copy to clipboard operation
alire copied to clipboard

`alr test` within the test crate?

Open mosteo opened this issue 1 year ago • 0 comments

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.

mosteo avatar Mar 31 '25 14:03 mosteo