From a113a01d64bcca98a3439c77a4862fe02924682b Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Wed, 14 Aug 2024 14:35:30 +0200 Subject: [PATCH] chore: run more Clippy --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d33af1b..d745a28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,8 +62,8 @@ jobs: run: sudo apt install --no-install-recommends --yes ocl-icd-opencl-dev nvidia-cuda-dev - name: Run cargo clippy default features run: cargo clippy --workspace --all-targets -- -D warnings - #- name: Run cargo clippy with cuda and opencl features - # run: cargo clippy --workspace --all-targets --features cuda,opencl -- -D warnings + - name: Run cargo clippy with cuda and opencl features + run: cargo clippy --workspace --all-targets --features cuda,opencl -- -D warnings #- name: Run cargo clippy with cuda feature # run: cargo clippy --workspace --all-targets --no-default-features --features cuda -- -D warnings #- name: Run cargo clippy with opencl feature