Skip to content

Commit cb9253e

Browse files
committed
CI/clippy: Use --workspace flag
The `--all` flag for `cargo clippy` (and `cargo check`) is deprecated in favor of `--workspace`.
1 parent 713acb0 commit cb9253e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- uses: Swatinem/[email protected]
8484

8585
- run: cargo fmt --check --all
86-
- run: cargo clippy --all-targets --all-features --all
86+
- run: cargo clippy --all-targets --all-features --workspace
8787

8888
backend-cargo-deny:
8989
name: Backend / cargo-deny

0 commit comments

Comments
 (0)