Skip to content

Commit

Permalink
Add clippy to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-mausch committed Jul 3, 2023
1 parent 005c336 commit 9e89715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo clippy --all-targets --all-features
- run: cargo build --release --all-features

0 comments on commit 9e89715

Please sign in to comment.