ci: allow clippy warnings

This commit is contained in:
Nugine
2024-12-03 12:01:53 +08:00
parent 123c517f11
commit 4a173bbd98

View File

@@ -62,7 +62,8 @@ jobs:
run: cargo fmt --all --check
- name: cargo clippy
run: cargo clippy -- -D warnings
run: cargo clippy
# run: cargo clippy -- -D warnings
- name: cargo test
run: cargo test --all --exclude e2e_test