-
|
I made some changes on local OpenDAL, what should I do to verify my work? |
Beta Was this translation helpful? Give feedback.
Answered by
yuchanns
May 3, 2025
Replies: 2 comments 2 replies
-
|
Hi, you can run the behavior tests locally to verify the modification. Or simply raise a PR to verify by CI. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
OK, thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, choose a service you want to test against with, set environment variables that are required. Take fs for example, simply add
OPENDAL_TEST=fsandOPENDAL_FS_ROOT=/tmp.Then run tests with
cargo test behavior --features tests,services-fsunder the path of core.