Move fail tests that need dependencies into their own folder, so that wasm tests don't build dependencies
This commit is contained in:
parent
32c2ed7b26
commit
c69e0c2a9b
97 changed files with 6 additions and 0 deletions
|
|
@ -243,6 +243,12 @@ fn main() -> Result<()> {
|
|||
Mode::Fail { require_patterns: true, rustfix: false },
|
||||
"tests/fail",
|
||||
&target,
|
||||
WithoutDependencies,
|
||||
)?;
|
||||
ui(
|
||||
Mode::Fail { require_patterns: true, rustfix: false },
|
||||
"tests/fail-dep",
|
||||
&target,
|
||||
WithDependencies,
|
||||
)?;
|
||||
if cfg!(target_os = "linux") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue