1. cargo test --all-features -p <project> --lib
    2. # --lib only run test in lib instead of doc test
    3. # --all-features is optional