Skip to content

Commit

Permalink
Github workflow: add clippy check
Browse files Browse the repository at this point in the history
improve the Rust build pipeline by performing the clippy check.

Signed-off-by: Peter Nirschl <peter.nirschl@gmail.com>
  • Loading branch information
petermax2 committed Jun 25, 2024
1 parent 8a8f120 commit a6390f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Clippy
run: cargo clippy --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit a6390f7

Please sign in to comment.