mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Remove all-targets from contribution checklist
This commit is contained in:
parent
ca41531f6f
commit
0960e75fd2
@ -200,10 +200,10 @@ instead.
|
||||
### Checklist
|
||||
|
||||
- Run `cargo fmt` to ensure your Rust code is correctly formatted.
|
||||
- Ensure `cargo clippy --all-targets --workspace --features bundled` passes without warnings.
|
||||
- Ensure `cargo clippy --all-targets --workspace --features "bundled-full session buildtime_bindgen"` passes without warnings.
|
||||
- Ensure `cargo test --all-targets --workspace --features bundled` reports no failures.
|
||||
- Ensure `cargo test --all-targets --workspace --features "bundled-full session buildtime_bindgen"` reports no failures.
|
||||
- Ensure `cargo clippy --workspace --features bundled` passes without warnings.
|
||||
- Ensure `cargo clippy --workspace --features "bundled-full session buildtime_bindgen"` passes without warnings.
|
||||
- Ensure `cargo test --workspace --features bundled` reports no failures.
|
||||
- Ensure `cargo test --workspace --features "bundled-full session buildtime_bindgen"` reports no failures.
|
||||
|
||||
## Author
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user