diff --git a/Cargo.toml b/Cargo.toml index 854f3a2e..5f94eac9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,3 +87,7 @@ debug = 1 [profile.dev.package.sqlx-macros] opt-level = 3 + +[profile.test] +codegen-units = 32 +debug = "limited" \ No newline at end of file