Closed Bill-Kunj closed 1 year ago
@Valentine-Mario I'm not seeing this test run when I do cargo test. I think moving to a workspace precludes us from putting source code in the main src directory?
cargo test
src
To run the test for a particular workspace, navigate into that directory and execute cargo test
@Valentine-Mario I'm not seeing this test run when I do
cargo test
. I think moving to a workspace precludes us from putting source code in the mainsrc
directory?