Skip to content

Commit

Permalink
ci: disable clippy checks on sea-orm-cli until we upgraded clap t…
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Apr 21, 2023
1 parent 9a727ac commit c33cbb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ jobs:
components: clippy
- run: cargo clippy --all -- -D warnings
- run: cargo clippy --all --features runtime-async-std-native-tls,sqlx-all -- -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
# Disable clippy checks on `sea-orm-cli` until we upgraded `clap` to v4. https://github.com/clap-rs/clap/issues/4849
# - run: cargo clippy --manifest-path sea-orm-cli/Cargo.toml -- -D warnings
- run: cargo clippy --manifest-path sea-orm-migration/Cargo.toml -- -D warnings

rustfmt:
Expand Down

0 comments on commit c33cbb2

Please sign in to comment.