File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ like-ci config=default-target hypervisor="kvm":
140
140
{{ if os () == " linux" { " just test-rust-tracing " + config + " " + if hypervisor == " mshv" { " mshv2" } else if hypervisor == " mshv3" { " mshv3" } else { " kvm" } } else { " " } }}
141
141
142
142
@ # Run benchmarks
143
- {{ if config == " release" { " just bench-ci main " + config + " " + if hypervisor == " mshv" { " mshv2" } else if hypervisor == " mshv3" { " mshv3" } else { " kvm" } } else { " " } }}
143
+ {{ if config == " release" { " just bench-ci main " + if hypervisor == " mshv" { " mshv2" } else if hypervisor == " mshv3" { " mshv3" } else { " kvm" } } else { " " } }}
144
144
145
145
# runs all tests
146
146
test target = default-target features = " ": (test-unit target features) (test-isolated target features) (test-integration " rust" target features) (test-integration " c" target features) (test-seccomp target features) (test-doc target features)
You can’t perform that action at this time.
0 commit comments