mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-01 05:30:50 +08:00
Pass clippy args all in one place (easier to copy/paste)
This commit is contained in:
parent
47b7c5508f
commit
06de08ad8d
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -77,19 +77,15 @@ jobs:
|
||||
override: true
|
||||
- run: rustup component add clippy
|
||||
- uses: actions-rs/cargo@v1
|
||||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
with:
|
||||
command: clippy
|
||||
# clippy with just bundled
|
||||
args: --all-targets --workspace --features bundled
|
||||
args: --all-targets --workspace --features bundled -- -D warnings
|
||||
- uses: actions-rs/cargo@v1
|
||||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
with:
|
||||
command: clippy
|
||||
# Clippy with all non-conflicting features
|
||||
args: --all-targets --workspace --features 'bundled-full session buildtime_bindgen'
|
||||
args: --all-targets --workspace --features 'bundled-full session buildtime_bindgen' -- -D warnings
|
||||
|
||||
# Ensure patch is formatted.
|
||||
fmt:
|
||||
|
Loading…
x
Reference in New Issue
Block a user