mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 09:52:57 +03:00
fix(ci): Fix CI (#2003)
This commit is contained in:
parent
f44e25c3af
commit
a4fb114821
@ -213,7 +213,9 @@ fn error_tests(tests: &mut Vec<TestDescAndFn>, minify: bool) -> Result<(), io::E
|
||||
fn identity() {
|
||||
let args: Vec<_> = env::args().collect();
|
||||
let mut tests = Vec::new();
|
||||
error_tests(&mut tests, true).expect("failed to load testss");
|
||||
if !cfg!(target_os = "windows") {
|
||||
error_tests(&mut tests, true).expect("failed to load testss");
|
||||
}
|
||||
error_tests(&mut tests, false).expect("failed to load testss");
|
||||
test_main(&args, tests, Some(Options::new()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user