Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
s1rius committed Mar 30, 2024
1 parent f651b84 commit cdf8031
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# tauri cant run from cargo
run: |
cargo clippy -p ezlog --all-features -- -D warnings
cargo clippy -p ezlogcli --all-features -- -D warnings

0 comments on commit cdf8031

Please sign in to comment.