Run ignored test when running single test (#30830)
Release Notes: - languages: Run ignored test if user wants to run one specific test
This commit is contained in:
parent
98aefcca83
commit
23bbfc4b94
1 changed files with 2 additions and 0 deletions
|
@ -686,6 +686,7 @@ impl ContextProvider for RustContextProvider {
|
||||||
RUST_PACKAGE_TASK_VARIABLE.template_value(),
|
RUST_PACKAGE_TASK_VARIABLE.template_value(),
|
||||||
"--".into(),
|
"--".into(),
|
||||||
"--nocapture".into(),
|
"--nocapture".into(),
|
||||||
|
"--include-ignored".into(),
|
||||||
RUST_TEST_NAME_TASK_VARIABLE.template_value(),
|
RUST_TEST_NAME_TASK_VARIABLE.template_value(),
|
||||||
],
|
],
|
||||||
tags: vec!["rust-test".to_owned()],
|
tags: vec!["rust-test".to_owned()],
|
||||||
|
@ -706,6 +707,7 @@ impl ContextProvider for RustContextProvider {
|
||||||
RUST_PACKAGE_TASK_VARIABLE.template_value(),
|
RUST_PACKAGE_TASK_VARIABLE.template_value(),
|
||||||
"--".into(),
|
"--".into(),
|
||||||
"--nocapture".into(),
|
"--nocapture".into(),
|
||||||
|
"--include-ignored".into(),
|
||||||
RUST_DOC_TEST_NAME_TASK_VARIABLE.template_value(),
|
RUST_DOC_TEST_NAME_TASK_VARIABLE.template_value(),
|
||||||
],
|
],
|
||||||
tags: vec!["rust-doc-test".to_owned()],
|
tags: vec!["rust-doc-test".to_owned()],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue