Fix a slow test

This commit is contained in:
Kirill Bulatov 2020-02-16 18:55:52 +02:00
parent dabdb57067
commit f0338cea5b

View file

@ -147,7 +147,7 @@ fn main() {}
},
json!([
{
"args": [ "test", "--package", "foo", "--test", "spam", "--", "test_eggs", "--nocapture" ],
"args": [ "test", "--package", "foo", "--test", "spam", "--", "test_eggs", "--exact", "--nocapture" ],
"bin": "cargo",
"env": { "RUST_BACKTRACE": "short" },
"label": "test test_eggs",