Skip to content

Commit

Permalink
Remove all features and targets from clippy check
Browse files Browse the repository at this point in the history
  • Loading branch information
antimora committed Sep 22, 2023
1 parent 972404b commit de43abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run Clippy
run: |
cd squeezenet-burn
cargo clippy --all-targets --all-features -- -D warnings
cargo clippy -- -D warnings
- name: Build
run: |
Expand Down

0 comments on commit de43abf

Please sign in to comment.