Skip to content

Commit

Permalink
build: Run clippy in profiler & fuzz
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Oct 12, 2024
1 parent fd478f2 commit 5aecb21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ jobs:
- uses: Swatinem/rust-cache@v2

- run: cargo clippy --all-targets --all-features
- run: cargo clippy --all-targets --all-features
working-directory: profiler
- run: cargo clippy --all-targets --all-features
working-directory: fuzz

lints-wasm:
name: Rust lints
Expand Down

0 comments on commit 5aecb21

Please sign in to comment.