Skip to content

Commit

Permalink
ci: add clippy to build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Aug 10, 2023
1 parent b106e85 commit 9cd3891
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ jobs:
- name: cargo build (debug; default features)
run: cargo build --all-targets

- name: cargo clippy
run: cargo clippy --all-targets -- -D warnings

- name: cargo test (debug; default features)
run: cargo test

0 comments on commit 9cd3891

Please sign in to comment.