mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-01 07:20: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:
|
with:
|
||||||
command: clippy
|
command: clippy
|
||||||
# clippy with just bundled
|
# clippy with just bundled
|
||||||
args: --all-targets --all --features bundled
|
args: --all-targets --workspace --features bundled
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: -D warnings
|
RUSTFLAGS: -D warnings
|
||||||
with:
|
with:
|
||||||
command: clippy
|
command: clippy
|
||||||
# Clippy with bundled-full
|
# Clippy with bundled-full
|
||||||
args: --all-targets --all --features bundled-full
|
args: --all-targets --workspace --features bundled-full
|
||||||
|
|
||||||
# Ensure patch is formatted.
|
# Ensure patch is formatted.
|
||||||
fmt:
|
fmt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user