File tree 2 files changed +5
-3
lines changed
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 }
22
22
bitflags = " 1.1"
23
23
dbs-snapshot = { version = " 1.5.0" , optional = true }
24
24
io-uring = { version = " 0.5.8" , optional = true }
25
+ lazy_static = " 1.4"
25
26
libc = " 0.2.68"
26
27
log = " 0.4.6"
27
28
mio = { version = " 0.8" , features = [" os-poll" , " os-ext" ] }
28
29
nix = " 0.24"
29
- lazy_static = " 1.4"
30
30
tokio = { version = " 1" , optional = true }
31
31
tokio-uring = { version = " 0.4.0" , optional = true }
32
32
vmm-sys-util = { version = " 0.11" , optional = true }
Original file line number Diff line number Diff line change @@ -33,12 +33,14 @@ check: build
33
33
cargo test --features=" virtiofs,async-io" --no-default-features -- --nocapture --skip integration
34
34
cargo test --features=" vhost-user-fs,async-io" --no-default-features -- --nocapture --skip integration
35
35
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
36
38
37
39
smoke : check
38
- cargo test --features=" fusedev" -- --nocapture
40
+ cargo test --features=" fusedev,persist " -- --nocapture
39
41
40
42
smoke-all : smoke
41
- cargo test --features=" fusedev" -- --nocapture --ignored
43
+ cargo test --features=" fusedev,persist " -- --nocapture --ignored
42
44
43
45
smoke-macos : check-macos
44
46
cargo test --features=" fusedev,fuse-t" -- --nocapture
You can’t perform that action at this time.
0 commit comments