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
@ -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…
x
Reference in New Issue
Block a user