Skip to content

Commit

Permalink
ci: Do not deny warnings until we upgraded clap to v4 (clap-rs/clap…
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Apr 24, 2023
1 parent 35c0ffd commit 62dde96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +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
- 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

rustfmt:
Expand Down

0 comments on commit 62dde96

Please sign in to comment.