File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ test-rust target=default-target features="": (test-rust-int "rust" target featur
9494test-seccomp target = default-target :
9595 # run seccomp test with feature "seccomp" on and off
9696 cargo test --profile={{ if target == " debug" { " dev" } else { target } }} -p hyperlight-host test_violate_seccomp_filters --lib -- --ignored
97- cargo test --profile={{ if target == " debug" { " dev" } else { target } }} -p hyperlight-host test_violate_seccomp_filters --no-default-features --features mshv ,kvm --lib -- --ignored
97+ cargo test --profile={{ if target == " debug" { " dev" } else { target } }} -p hyperlight-host test_violate_seccomp_filters --no-default-features --features mshv2 ,kvm --lib -- --ignored
9898
9999# rust integration tests. guest can either be "rust" or "c"
100100test-rust-int guest target = default-target features = " ":
@@ -185,4 +185,4 @@ fuzz:
185185 cd src/ hyperlight_host && cargo + nightly fuzz run fuzz_target_1
186186
187187fuzz-timed :
188- cd src/ hyperlight_host && cargo + nightly fuzz run fuzz_target_1 -- -max_total_time=300
188+ cd src/ hyperlight_host && cargo + nightly fuzz run fuzz_target_1 -- -max_total_time=300
You can’t perform that action at this time.
0 commit comments