diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index e6dffdf..c464bab 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -43,3 +43,7 @@ jobs: sarif_file: rust-clippy-results.sarif category: clippy-full wait-for-processing: true + + - name: Run rust-clippy for check + run: + cargo clippy --all-features