Skip to content

Commit

Permalink
Remove clippy from required CI checks (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
glowcoil authored Dec 5, 2024
1 parent cd4df61 commit 267769b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,5 @@ jobs:
run: cargo test --workspace --all-targets --all-features --verbose
- name: Check docs
run: cargo doc --examples --all-features --no-deps
- name: Clippy
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
- name: Check Formatting (rustfmt)
run: cargo fmt --all -- --check

0 comments on commit 267769b

Please sign in to comment.