/ test.sh
test.sh
1  cargo clippy --no-default-features
2  cargo clippy
3  cargo clippy --all-features
4  cargo test --no-default-features
5  cargo test
6  cargo test --all-features