diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17b5c8a7..930cf177 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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