Skip to content

Commit

Permalink
Add CI check for clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ff14wed committed Jul 6, 2024
1 parent e100a4c commit 54fcf1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
toolchain: nightly
override: true
components: rustfmt, clippy
- name: Clippy
run: cargo clippy -- -Dwarnings
- name: Run tests
run: cargo test --verbose

0 comments on commit 54fcf1e

Please sign in to comment.