GitHub user yuchanns added a comment to the discussion: How can I verify my modification on OpenDAL?
First, choose a service you want to test against with, set environment variables that are required. Take fs for example, simply add `OPENDAL_TEST=fs` and `OPENDAL_FS_ROOT=/tmp`. Then run tests with `cargo test behavior --features tests,services-fs` under the path of core. GitHub link: https://github.com/apache/opendal/discussions/6144#discussioncomment-13021136 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
