diff --git a/Makefile b/Makefile index 020ca3fe..ad759cfd 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ next-watch: check-code: SQLX_OFFLINE=true cargo fmt --check --all + build SQLX_OFFLINE=true cargo clippy --all-features SQLX_OFFLINE=true cargo audit