From c6b9b0c9a1db3b6dfcda125ae16ee85d9eab475c Mon Sep 17 00:00:00 2001 From: Jorge Hermo Date: Wed, 15 Jan 2025 23:25:04 +0100 Subject: [PATCH] chore: update clippy ci command --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 91ecadbfb..8a8e06317 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v3 - name: Clippy run: | - cargo clippy --all-targets --all-features -- -A clippy::all -W clippy::correctness -W clippy::perf -W clippy::suspicious --deny=warnings + cargo clippy --workspace --all-features --all-targets --exclude limbo-wasm --exclude sqlite3-parser -- -A clippy::all -W clippy::correctness -W clippy::perf -W clippy::suspicious --deny=warnings build-wasm: runs-on: ubuntu-latest