diff --git a/Cargo.toml b/Cargo.toml index 58228ceb2..72399dcee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,9 @@ members = [ "charts", ] + +[profile.test] +overflow-checks = true + +[profile.release] +overflow-checks = true