diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index fb75e8b..62ca111 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -76,4 +76,7 @@ jobs: if: ${{ runner.os == 'macOS' }} run: cargo build -Z build-std -p ezlog --release --lib --target aarch64-apple-ios - name: Clippy Check - run: cargo clippy --all --all-features -- -D warnings \ No newline at end of file + # tauri cant run from cargo + run: | + cargo clippy -p ezlog --all-features -- -D warnings + cargo clippy -p ezlogcli --all-features -- -D warnings \ No newline at end of file