Use --workspace instead of deprecated --all

This commit is contained in:
Oliver Hamlet
2025-08-01 18:07:36 +01:00
parent 5f9d15b2c9
commit 7358c180c5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Run clippy
run: |
cargo clippy -- --version
cargo clippy --all --all-targets -- -Dwarnings
cargo clippy --workspace --all-targets -- -Dwarnings
build:
strategy: