Move fail tests that need dependencies into their own folder, so that wasm tests don't build dependencies

This commit is contained in:
Oli Scherer 2023-08-03 18:45:04 +00:00
parent 32c2ed7b26
commit c69e0c2a9b
97 changed files with 6 additions and 0 deletions

View File

@ -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") {