Skip to content

Commit

Permalink
chore: run more Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 14, 2024
1 parent b99abe1 commit a113a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a113a01

Please sign in to comment.