diff --git a/litellm-rust/.config/nextest.toml b/litellm-rust/.config/nextest.toml new file mode 100644 index 00000000000..1762a151573 --- /dev/null +++ b/litellm-rust/.config/nextest.toml @@ -0,0 +1,3 @@ +[[profile.default.overrides]] +filter = "test(long_repeated_runs_stay_cheap)" +threads-required = "num-cpus"