Skip to content

Commit

Permalink
fix: run clippy with prod features
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevries3133 committed Aug 11, 2024
1 parent 2ffba7e commit 55bf327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ifndef CI
@# our checks
SQLX_OFFLINE=true cargo build --features production
endif
cargo clippy -- -D warnings
cargo clippy --features production -- -D warnings
cargo fmt --check
terraform fmt --check
cargo test
Expand Down

0 comments on commit 55bf327

Please sign in to comment.