From b84a386297613060900a98a775de3cc06ebd4521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E9=9B=85=20misaki=20masa?= Date: Mon, 13 Jul 2026 01:44:16 +0800 Subject: [PATCH] Fix CI --- yazi-fs/src/fns.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yazi-fs/src/fns.rs b/yazi-fs/src/fns.rs index 3932c86b..61239627 100644 --- a/yazi-fs/src/fns.rs +++ b/yazi-fs/src/fns.rs @@ -53,6 +53,8 @@ pub fn max_common_root(urls: &[UrlBuf]) -> usize { #[cfg(unix)] #[test] fn test_max_common_root() { + yazi_shared::init_tests(); + fn assert(input: &[&str], expected: &str) { use std::{ffi::OsStr, str::FromStr}; let urls: Vec<_> =