ci: Do not deny warnings until we upgraded clap to v4 (clap-rs/clap#4849)

This commit is contained in:
Billy Chan 2023-04-22 00:33:11 +08:00
parent f876927f53
commit 9a727ac4b0
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -108,7 +108,8 @@ jobs:
components: clippy components: clippy
- run: cargo clippy --all -- -D warnings - run: cargo clippy --all -- -D warnings
- run: cargo clippy --all --features runtime-async-std-native-tls,sqlx-all -- -D warnings - run: cargo clippy --all --features runtime-async-std-native-tls,sqlx-all -- -D warnings
- run: cargo clippy --manifest-path sea-orm-cli/Cargo.toml -- -D warnings # Do not deny warnings until we upgraded `clap` to v4. https://github.com/clap-rs/clap/issues/4849
- run: cargo clippy --manifest-path sea-orm-cli/Cargo.toml
- run: cargo clippy --manifest-path sea-orm-migration/Cargo.toml -- -D warnings - run: cargo clippy --manifest-path sea-orm-migration/Cargo.toml -- -D warnings
rustfmt: rustfmt: