mirror of
https://github.com/isar/rusqlite.git
synced 2025-01-20 00:50:50 +08:00
Use --workspace instead of --all for clippy
This commit is contained in:
parent
57749b8dbc
commit
74e815fb6d
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -75,14 +75,14 @@ jobs:
|
||||
with:
|
||||
command: clippy
|
||||
# clippy with just bundled
|
||||
args: --all-targets --all --features bundled
|
||||
args: --all-targets --workspace --features bundled
|
||||
- uses: actions-rs/cargo@v1
|
||||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
with:
|
||||
command: clippy
|
||||
# Clippy with bundled-full
|
||||
args: --all-targets --all --features bundled-full
|
||||
args: --all-targets --workspace --features bundled-full
|
||||
|
||||
# Ensure patch is formatted.
|
||||
fmt:
|
||||
|
Loading…
x
Reference in New Issue
Block a user