Skip to content

Commit

Permalink
fix(ci): update cargo clippy command
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <[email protected]>
  • Loading branch information
tareknaser committed May 28, 2024
1 parent 2cf500c commit 4d11525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Format
run: |
cargo fmt --all -- --check
cargo clippy
cargo clippy --workspace --bins -- -D warnings
- name: Build Debug
run: cargo build --verbose
Expand Down

0 comments on commit 4d11525

Please sign in to comment.