File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ async-trait = { version = "0.1.42", optional = true }
2222bitflags = " 1.1"
2323dbs-snapshot = { version = " 1.5.0" , optional = true }
2424io-uring = { version = " 0.5.8" , optional = true }
25+ lazy_static = " 1.4"
2526libc = " 0.2.68"
2627log = " 0.4.6"
2728mio = { version = " 0.8" , features = [" os-poll" , " os-ext" ] }
2829nix = " 0.24"
29- lazy_static = " 1.4"
3030tokio = { version = " 1" , optional = true }
3131tokio-uring = { version = " 0.4.0" , optional = true }
3232vmm-sys-util = { version = " 0.11" , optional = true }
Original file line number Diff line number Diff line change @@ -33,12 +33,14 @@ check: build
3333 cargo test --features=" virtiofs,async-io" --no-default-features -- --nocapture --skip integration
3434 cargo test --features=" vhost-user-fs,async-io" --no-default-features -- --nocapture --skip integration
3535 cargo test --features=" fusedev,virtiofs,async-io" --no-default-features -- --nocapture --skip integration
36+ cargo test --features=" fusedev,persist" --no-default-features -- --nocapture --skip integration
37+ cargo test --all-features -- --nocapture --skip integration
3638
3739smoke : check
38- cargo test --features=" fusedev" -- --nocapture
40+ cargo test --features=" fusedev,persist " -- --nocapture
3941
4042smoke-all : smoke
41- cargo test --features=" fusedev" -- --nocapture --ignored
43+ cargo test --features=" fusedev,persist " -- --nocapture --ignored
4244
4345smoke-macos : check-macos
4446 cargo test --features=" fusedev,fuse-t" -- --nocapture
You can’t perform that action at this time.
0 commit comments