We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395ab84 commit 9d423c6Copy full SHA for 9d423c6
.github/workflows/dep_rust.yml
@@ -133,7 +133,7 @@ jobs:
133
just test-rust ${{ matrix.config }}
134
135
# with only one driver enabled (driver mshv/kvm feature is ignored on windows) + seccomp + inprocess
136
- just test-rust ${{ matrix.config }} inprocess,seccomp,${{ matrix.hypervisor == 'hyperv' && 'mshv' || 'kvm' }}
+ just test-rust ${{ matrix.config }} inprocess,seccomp,${{ matrix.hypervisor == 'hyperv' && 'mshv2' || 'kvm' }}
137
138
# without any driver (shouldn't compile)
139
just test-rust-feature-compilation-fail ${{ matrix.config }}
0 commit comments