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 - name: Run clippy
run: | run: |
cargo clippy -- --version cargo clippy -- --version
cargo clippy --all --all-targets -- -Dwarnings cargo clippy --workspace --all-targets -- -Dwarnings
build: build:
strategy: strategy:
+1 -1
View File
@@ -43,7 +43,7 @@ Actions CI workflow for examples on what should be extracted where.
To run the Rust tests: To run the Rust tests:
``` ```
cargo test --all cargo test --workspace
``` ```
To run the benchmarks: To run the benchmarks: