diff options
| -rw-r--r-- | .github/workflows/testframework-clippy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testframework-clippy.yml b/.github/workflows/testframework-clippy.yml index 26d9768623..cbb35eb2c2 100644 --- a/.github/workflows/testframework-clippy.yml +++ b/.github/workflows/testframework-clippy.yml @@ -72,4 +72,4 @@ jobs: run: | # Exclude checking test-manager on Windows, since it is not a supported compilation target. time cargo clippy --all-targets --workspace --exclude test-manager --locked - time cargo clippy --all-targets --all-features --workspace --exclude test-manager --locked + time cargo clippy --all-targets --workspace --exclude test-manager --locked --all-features |
