mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
ci: allow clippy warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user