diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c7f5a9d7f514..cc880072555e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -45,7 +45,7 @@ jobs: - name: Clippy shell: bash run: | - cargo clippy -- -D warnings + cargo clippy --no-deps -- -D warnings rust-code: runs-on: ubuntu-latest defaults: @@ -64,7 +64,7 @@ jobs: - name: Clippy shell: bash run: | - cargo clippy -- -D warnings + cargo clippy --no-deps -- -D warnings rust-codegen: runs-on: ubuntu-latest steps: