Skip to content

Commit

Permalink
chore: run all Clippy jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 14, 2024
1 parent 11bb485 commit 50243d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
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 feature
# run: cargo clippy --workspace --all-targets --no-default-features --features cuda -- -D warnings
#- name: Run cargo clippy with opencl feature
# run: cargo clippy --workspace --all-targets --no-default-features --features 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
run: cargo clippy --workspace --all-targets --no-default-features --features opencl -- -D warnings

#check_fmt_and_docs:
# needs: set-msrv
Expand Down

0 comments on commit 50243d7

Please sign in to comment.