|
30 | 30 | }, |
31 | 31 | { |
32 | 32 | "test_name": "unittests-gnu-all-without-xen", |
33 | | - "command": "cargo test --workspace --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend", |
| 33 | + "command": "cargo test --workspace --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend,postcopy", |
34 | 34 | "platform": [ |
35 | 35 | "x86_64", |
36 | 36 | "aarch64" |
|
46 | 46 | }, |
47 | 47 | { |
48 | 48 | "test_name": "unittests-musl-all-without-xen", |
49 | | - "command": "cargo test --workspace --target {target_platform}-unknown-linux-musl --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend", |
| 49 | + "command": "cargo test --workspace --target {target_platform}-unknown-linux-musl --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend,postcopy", |
50 | 50 | "platform": [ |
51 | 51 | "x86_64", |
52 | 52 | "aarch64" |
|
62 | 62 | }, |
63 | 63 | { |
64 | 64 | "test_name": "clippy-all-without-xen", |
65 | | - "command": "cargo clippy --workspace --bins --examples --benches --all-targets --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend -- -D warnings -D clippy::undocumented_unsafe_blocks", |
| 65 | + "command": "cargo clippy --workspace --bins --examples --benches --all-targets --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend,postcopy -- -D warnings -D clippy::undocumented_unsafe_blocks", |
66 | 66 | "platform": [ |
67 | 67 | "x86_64", |
68 | 68 | "aarch64" |
|
78 | 78 | }, |
79 | 79 | { |
80 | 80 | "test_name": "check-warnings-all-without-xen", |
81 | | - "command": "RUSTFLAGS=\"-D warnings\" cargo check --all-targets --workspace --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend", |
| 81 | + "command": "RUSTFLAGS=\"-D warnings\" cargo check --all-targets --workspace --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend,postcopy", |
82 | 82 | "platform": [ |
83 | 83 | "x86_64", |
84 | 84 | "aarch64" |
|
0 commit comments