Skip to content

Commit

Permalink
feat: enable pedantic clippy on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed May 10, 2023
1 parent d3762ff commit c71949f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check
run: cargo check --all-targets
- name: Clippy
run: cargo clippy --all-targets
run: cargo clippy --all-targets -- -D clippy::pedantic
- name: Install torrent edition tool (needed for testing)
run: cargo install imdl
- name: Unit and integration tests
Expand Down

0 comments on commit c71949f

Please sign in to comment.