mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-24 00:01:03 +00:00
Fix CI
This commit is contained in:
parent
f3763c9d2a
commit
b84a386297
1 changed files with 2 additions and 0 deletions
|
|
@ -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<_> =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue