ci: allow clippy warnings

This commit is contained in:
Nugine
2024-12-03 12:01:53 +08:00
committed by weisd
parent eb12c9b005
commit 3de66a37d1
+2 -1
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