From cdf80319c6e8be4bb52844fdf873f7032bf62c63 Mon Sep 17 00:00:00 2001 From: s1rius Date: Sun, 31 Mar 2024 01:55:52 +0800 Subject: [PATCH] make clippy happy --- .github/workflows/build_test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index fb75e8b..c571a57 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