mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Fix a slow test
This commit is contained in:
parent
dabdb57067
commit
f0338cea5b
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue