Add cargo-nextest that I forgot

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-06-12 20:14:35 +10:00
parent ec064c8294
commit 54149a0bf3
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928

6
.config/nextest.toml Normal file
View file

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