Skip to content

Commit

Permalink
Add clippy to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed May 8, 2024
1 parent 09e643c commit fce3174
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose

- name: Clippy
run: cargo clippy --all-targets --all-features
env:
RUSTFLAGS: "-Dwarnings"

0 comments on commit fce3174

Please sign in to comment.