cargo-binstall/.config/nextest.toml
Jiahao XU 54149a0bf3
Add cargo-nextest that I forgot
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2024-06-12 20:30:02 +10:00

6 lines
140 B
TOML

[test-groups]
rate-limited = { max-threads = 1 }
[[profile.default.overrides]]
filter = 'test(rate_limited::)'
test-group = 'rate-limited'