mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 07:36:38 +00:00
Add cargo-nextest
that I forgot
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
ec064c8294
commit
54149a0bf3
1 changed files with 6 additions and 0 deletions
6
.config/nextest.toml
Normal file
6
.config/nextest.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[test-groups]
|
||||
rate-limited = { max-threads = 1 }
|
||||
|
||||
[[profile.default.overrides]]
|
||||
filter = 'test(rate_limited::)'
|
||||
test-group = 'rate-limited'
|
Loading…
Add table
Add a link
Reference in a new issue