mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 21:26:28 +00:00
ci: allow clippy warnings
This commit is contained in:
@@ -62,7 +62,8 @@ jobs:
|
|||||||
run: cargo fmt --all --check
|
run: cargo fmt --all --check
|
||||||
|
|
||||||
- name: cargo clippy
|
- name: cargo clippy
|
||||||
run: cargo clippy -- -D warnings
|
run: cargo clippy
|
||||||
|
# run: cargo clippy -- -D warnings
|
||||||
|
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
run: cargo test --all --exclude e2e_test
|
run: cargo test --all --exclude e2e_test
|
||||||
|
|||||||
Reference in New Issue
Block a user